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

comment tweaks

c644768
Select commit
Loading
Failed to load commit list.
Merged

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

comment tweaks
c644768
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 2, 2024 in 0s

86.01% (-0.06%) compared to b7756ea

View this Pull Request on Codecov

86.01% (-0.06%) compared to b7756ea

Details

Codecov Report

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

Project coverage is 86.01%. Comparing base (b7756ea) to head (c644768).

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/Nullness.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1029      +/-   ##
============================================
- Coverage     86.06%   86.01%   -0.06%     
- Complexity     2110     2117       +7     
============================================
  Files            83       83              
  Lines          6932     6948      +16     
  Branches       1344     1351       +7     
============================================
+ Hits           5966     5976      +10     
- Misses          550      552       +2     
- Partials        416      420       +4     

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