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

Create basic unit tests for library model generation #1031

Merged
merged 6 commits into from
Sep 6, 2024

print model data

fdd57b6
Select commit
Loading
Failed to load commit list.
Merged

Create basic unit tests for library model generation #1031

print model data
fdd57b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 6, 2024 in 0s

87.28% (+1.21%) compared to b7756ea

View this Pull Request on Codecov

87.28% (+1.21%) compared to b7756ea

Details

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.28%. Comparing base (b7756ea) to head (fdd57b6).

Files with missing lines Patch % Lines
.../uber/nullaway/libmodel/LibraryModelGenerator.java 90.47% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1031      +/-   ##
============================================
+ Coverage     86.06%   87.28%   +1.21%     
- Complexity     2110     2117       +7     
============================================
  Files            83       83              
  Lines          6932     6943      +11     
  Branches       1344     1346       +2     
============================================
+ Hits           5966     6060      +94     
+ Misses          550      456      -94     
- Partials        416      427      +11     

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