Skip to content

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

Merged
msridhar merged 2 commits intomasterfrom
issue-1101
Dec 19, 2024
Merged

Don't report errors for writes to @NullUnmarked fields#1102
msridhar merged 2 commits intomasterfrom
issue-1101

Conversation

@msridhar
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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
@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