Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ReflectionTests for IUrlParameterFormatter #1888

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

TimothyMakkison
Copy link
Contributor

@TimothyMakkison TimothyMakkison commented Oct 22, 2024

Add a reflection test to verify the types of ICustomAttributeProvider and Type arguments provided to IUrlParameterFormatter.Format.

This is to prevent me from breaking anything while I rewrite the generator to provide these values as fields at compile time.

@TimothyMakkison TimothyMakkison marked this pull request as draft October 22, 2024 22:23
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.28%. Comparing base (6ebeda5) to head (af906ff).
Report is 143 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1888      +/-   ##
==========================================
- Coverage   87.73%   84.28%   -3.45%     
==========================================
  Files          33       36       +3     
  Lines        2348     2476     +128     
  Branches      294      347      +53     
==========================================
+ Hits         2060     2087      +27     
- Misses        208      310     +102     
+ Partials       80       79       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimothyMakkison TimothyMakkison force-pushed the reflection_test branch 2 times, most recently from 48f768b to 67a0e16 Compare October 23, 2024 11:55
@TimothyMakkison TimothyMakkison marked this pull request as ready for review October 23, 2024 11:57
@ChrisPulman ChrisPulman merged commit 7ea950a into reactiveui:main Oct 23, 2024
2 of 3 checks passed
Copy link

github-actions bot commented Nov 7, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants