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

tweak comment

49bb92a
Select commit
Loading
Failed to load commit list.
Merged

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

tweak comment
49bb92a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 0s

87.61% (+0.00%) compared to 4eaf484

View this Pull Request on Codecov

87.61% (+0.00%) compared to 4eaf484

Details

Codecov Report

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

Project coverage is 87.61%. Comparing base (4eaf484) to head (49bb92a).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...away/src/main/java/com/uber/nullaway/NullAway.java 81.81% 3 Missing and 5 partials ⚠️
...c/main/java/com/uber/nullaway/NullabilityUtil.java 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1045   +/-   ##
=========================================
  Coverage     87.61%   87.61%           
- Complexity     2165     2185   +20     
=========================================
  Files            85       85           
  Lines          7114     7164   +50     
  Branches       1386     1405   +19     
=========================================
+ Hits           6233     6277   +44     
- Misses          452      453    +1     
- Partials        429      434    +5     

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