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

Partial handling for restrictive annotations on varargs in unannotated code #1029

Merged
merged 13 commits into from
Sep 7, 2024

Merge branch 'master' into varargs-unannotated

e312e44
Select commit
Loading
Failed to load commit list.
Merged

Partial handling for restrictive annotations on varargs in unannotated code #1029

Merge branch 'master' into varargs-unannotated
e312e44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 7, 2024 in 0s

87.23% (-0.06%) compared to fe9476a

View this Pull Request on Codecov

87.23% (-0.06%) compared to fe9476a

Details

Codecov Report

Attention: Patch coverage is 72.72727% with 6 lines in your changes missing coverage. Please review.

Project coverage is 87.23%. Comparing base (fe9476a) to head (e312e44).

Files with missing lines Patch % Lines
...c/main/java/com/uber/nullaway/NullabilityUtil.java 50.00% 2 Missing and 3 partials ⚠️
...away/src/main/java/com/uber/nullaway/NullAway.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1029      +/-   ##
============================================
- Coverage     87.28%   87.23%   -0.06%     
- Complexity     2117     2127      +10     
============================================
  Files            83       83              
  Lines          6943     6962      +19     
  Branches       1346     1355       +9     
============================================
+ Hits           6060     6073      +13     
- Misses          456      458       +2     
- Partials        427      431       +4     

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