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

JSpecify: Reason about nullability of reads from arrays #875

Merged
merged 13 commits into from
Feb 6, 2024

Merge branch 'master' into jspecify-array-contents-nullability

964d6b0
Select commit
Loading
Failed to load commit list.
Merged

JSpecify: Reason about nullability of reads from arrays #875

Merge branch 'master' into jspecify-array-contents-nullability
964d6b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 6, 2024 in 0s

86.96% (-0.02%) compared to 3fc9b8a

View this Pull Request on Codecov

86.96% (-0.02%) compared to 3fc9b8a

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (3fc9b8a) 86.98% compared to head (964d6b0) 86.96%.
Report is 1 commits behind head on master.

❗ Current head 964d6b0 differs from pull request most recent head 87d3cc6. Consider uploading reports for the commit 87d3cc6 to get more accurate results

Files Patch % Lines
...away/src/main/java/com/uber/nullaway/NullAway.java 78.57% 1 Missing and 2 partials ⚠️
...llaway/dataflow/AccessPathNullnessPropagation.java 81.25% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #875      +/-   ##
============================================
- Coverage     86.98%   86.96%   -0.02%     
- Complexity     1959     1968       +9     
============================================
  Files            77       77              
  Lines          6330     6359      +29     
  Branches       1223     1234      +11     
============================================
+ Hits           5506     5530      +24     
- Misses          420      422       +2     
- Partials        404      407       +3     

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