uber / NullAway

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

Disable publishing of snapshot builds from CI #967

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

NullAway is stable enough now, and easy enough to build, that publishing snapshot builds is less compelling for users (who should not be relying on frequently-changing remote SNAPSHOT versions anyway). We can think about restoring these builds if there is demand.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 86.17%. Comparing base (2a1e74b) to head (fc62a60).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #967 +/- ## ========================================= Coverage 86.17% 86.17% Complexity 2037 2037 ========================================= Files 81 81 Lines 6691 6691 Branches 1290 1290 ========================================= Hits 5766 5766 Misses 515 515 Partials 410 410 ```

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