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

Update handling of annotations on varargs argument #1025

Merged
merged 29 commits into from
Sep 1, 2024

logic simplification

535af4f
Select commit
Loading
Failed to load commit list.
Merged

Update handling of annotations on varargs argument #1025

logic simplification
535af4f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 1, 2024 in 0s

86.06% (+0.06%) compared to 0d500cc

View this Pull Request on Codecov

86.06% (+0.06%) compared to 0d500cc

Details

Codecov Report

Attention: Patch coverage is 97.43590% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.06%. Comparing base (0d500cc) to head (535af4f).

Files with missing lines Patch % Lines
...away/src/main/java/com/uber/nullaway/NullAway.java 95.45% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1025      +/-   ##
============================================
+ Coverage     86.00%   86.06%   +0.06%     
- Complexity     2091     2110      +19     
============================================
  Files            83       83              
  Lines          6908     6932      +24     
  Branches       1331     1344      +13     
============================================
+ Hits           5941     5966      +25     
+ Misses          551      550       -1     
  Partials        416      416              

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