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

Model Lombok-generated equals methods as having a @Nullable parameter #874

Merged
merged 4 commits into from
Dec 6, 2023

docs

779cd8c
Select commit
Loading
Failed to load commit list.
Merged

Model Lombok-generated equals methods as having a @Nullable parameter #874

docs
779cd8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 6, 2023 in 0s

87.03% (-0.04%) compared to 2f1cf7c

View this Pull Request on Codecov

87.03% (-0.04%) compared to 2f1cf7c

Details

Codecov Report

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

Comparison is base (2f1cf7c) 87.06% compared to head (779cd8c) 87.03%.

❗ Current head 779cd8c differs from pull request most recent head e178899. Consider uploading reports for the commit e178899 to get more accurate results

Files Patch % Lines
...java/com/uber/nullaway/handlers/LombokHandler.java 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #874      +/-   ##
============================================
- Coverage     87.06%   87.03%   -0.04%     
- Complexity     1924     1926       +2     
============================================
  Files            77       77              
  Lines          6225     6231       +6     
  Branches       1209     1212       +3     
============================================
+ Hits           5420     5423       +3     
- Misses          403      405       +2     
- Partials        402      403       +1     

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