Closed yuxincs closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.50%. Comparing base (
a25d53b
) to head (fcf4c78
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[!NOTE]
✅ NilAway errors reported on standard libraries are identical.3296 errors on base branch (main, a25d53b) 3296 errors on test branch (dc5eb34)
Reading from a nil map does not really panic and is actually used quite frequently in Go. When NilAway was initially developed we added a feature that errs when a nilable map is accessed, and guard it under an internal feature flag for us to see more data points. Now that NilAway is more mature and we have seen more real world examples, this PR removes such handling and the stale feature flag.