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

Implement @Attribute Injection. #5547

Merged
merged 41 commits into from
May 9, 2024

skeleton code for @Attribute injection.

eac6431
Select commit
Loading
Failed to load commit list.
Merged

Implement @Attribute Injection. #5547

skeleton code for @Attribute injection.
eac6431
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2024 in 1s

74.01% (-0.09%) compared to b1a1044

View this Pull Request on Codecov

74.01% (-0.09%) compared to b1a1044

Details

Codecov Report

Attention: Patch coverage is 1.88679% with 52 lines in your changes are missing coverage. Please review.

Project coverage is 74.01%. Comparing base (b1a1044) to head (eac6431).
Report is 1 commits behind head on main.

❗ Current head eac6431 differs from pull request most recent head 65868b7. Consider uploading reports for the commit 65868b7 to get more accurate results

Files Patch % Lines
...rnal/server/annotation/AnnotatedValueResolver.java 2.12% 44 Missing and 2 partials ⚠️
...al/server/annotation/AnnotatedElementNameUtil.java 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5547      +/-   ##
============================================
- Coverage     74.10%   74.01%   -0.09%     
+ Complexity    21012    20896     -116     
============================================
  Files          1819     1809      -10     
  Lines         77394    76993     -401     
  Branches       9889     9839      -50     
============================================
- Hits          57353    56990     -363     
+ Misses        15386    15355      -31     
+ Partials       4655     4648       -7     

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