uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

Update to v4 of setup-gradle GitHub action #1043

Closed msridhar closed 3 weeks ago

msridhar commented 3 weeks ago

This version has integrated wrapper validation so we can delete that separate step.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.23%. Comparing base (ccc7f82) to head (662b61d). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1043 +/- ## ========================================= Coverage 87.23% 87.23% Complexity 2129 2129 ========================================= Files 83 83 Lines 6965 6965 Branches 1356 1356 ========================================= Hits 6076 6076 Misses 458 458 Partials 431 431 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.