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

Enforce correct type-use annotation locations for nested types #1045

Merged
merged 18 commits into from
Oct 9, 2024

minor tweaks to tests

cddd77b
Select commit
Loading
Failed to load commit list.
Merged

Enforce correct type-use annotation locations for nested types #1045

minor tweaks to tests
cddd77b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 9, 2024 in 0s

87.61% (-0.02%) compared to 9eea2be

View this Pull Request on Codecov

87.61% (-0.02%) compared to 9eea2be

Details

Codecov Report

Attention: Patch coverage is 85.48387% with 9 lines in your changes missing coverage. Please review.

Project coverage is 87.61%. Comparing base (9eea2be) to head (cddd77b).

Files with missing lines Patch % Lines
...away/src/main/java/com/uber/nullaway/NullAway.java 80.95% 3 Missing and 5 partials ⚠️
...c/main/java/com/uber/nullaway/NullabilityUtil.java 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1045      +/-   ##
============================================
- Coverage     87.62%   87.61%   -0.02%     
- Complexity     2160     2183      +23     
============================================
  Files            85       85              
  Lines          7103     7161      +58     
  Branches       1386     1404      +18     
============================================
+ Hits           6224     6274      +50     
- Misses          450      453       +3     
- Partials        429      434       +5     

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