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

Substitute type arguments when checking type parameter nullability at call site #1070

Merged
merged 12 commits into from
Nov 13, 2024

tweak comment

3c8455b
Select commit
Loading
Failed to load commit list.
Merged

Substitute type arguments when checking type parameter nullability at call site #1070

tweak comment
3c8455b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 1s

87.88% (+0.01%) compared to 162defe

View this Pull Request on Codecov

87.88% (+0.01%) compared to 162defe

Details

Codecov Report

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

Project coverage is 87.88%. Comparing base (162defe) to head (3c8455b).

Files with missing lines Patch % Lines
...ava/com/uber/nullaway/generics/GenericsChecks.java 96.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1070      +/-   ##
============================================
+ Coverage     87.87%   87.88%   +0.01%     
- Complexity     2210     2217       +7     
============================================
  Files            85       85              
  Lines          7190     7196       +6     
  Branches       1423     1427       +4     
============================================
+ Hits           6318     6324       +6     
  Misses          438      438              
  Partials        434      434              

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