Closed marco-m closed 9 months ago
@marco-m , LGTM, thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.69%. Comparing base (
6757a75
) to head (7ece2ac
). Report is 1 commits behind head on v3.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Before:
After:
There is a caveat: this change tries to be as backwards compatible as possible, but, as the change in
recorder_test.go
shows, it breaks direct (!=
) comparison with the sentinel error. On the other hand, one could argue that sentinel errors should always be compared witherrors.Is()
...In case you are not comfortable accepting this PR, no problems!
Thanks for go-vcr, everybody I show it to starts using it :-)