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 some Android astubx models #1052

Closed msridhar closed 1 week ago

msridhar commented 1 week ago

Update SDKs 28-30 as our astubx format has changed. SDK 31 to come in a follow-up PR. Also add a minimal integration test to ensure things aren't completely broken (at least for one SDK model version, which typically should be the latest one).

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 87.61%. Comparing base (69b8e4c) to head (c77c4a3). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1052 +/- ## ============================================ + Coverage 87.54% 87.61% +0.07% Complexity 2165 2165 ============================================ Files 85 85 Lines 7114 7114 Branches 1386 1386 ============================================ + Hits 6228 6233 +5 + Misses 458 452 -6 - Partials 428 429 +1 ```

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