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

Don't report errors for writes to @NullUnmarked fields #1102

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

msridhar
Copy link
Collaborator

Fixes #1101

@msridhar msridhar changed the title Don't report errors for write to @NullUnmarked fields Don't report errors for writes to @NullUnmarked fields Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.11%. Comparing base (41c7c55) to head (1a1c042).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1102   +/-   ##
=========================================
  Coverage     88.11%   88.11%           
- Complexity     2206     2208    +2     
=========================================
  Files            84       84           
  Lines          7175     7177    +2     
  Branches       1423     1424    +1     
=========================================
+ Hits           6322     6324    +2     
  Misses          430      430           
  Partials        423      423           

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

@msridhar msridhar merged commit b7dad0c into master Dec 19, 2024
11 checks passed
@msridhar msridhar deleted the issue-1101 branch December 19, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Field in unannotated code should be considered non-null only for field reads
2 participants