Closed mmorel-35 closed 1 month ago
/kind changelog-not-required
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.99%. Comparing base (
732b87b
) to head (d06601e
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please close and reopen PRs
Hopefully this is okay to merge before 1.15 RC.
Thank you for contributing to Velero!
Please add a summary of your change
use Contains or ErrorContains with testify
Does your change fix a particular issue?
It uses (assert|require).Contains(t,...) or (assert|require).ErrorContains(t, err,...) when possible It also removes (assert|require).Error(t, err,...) as it is redundant with (assert|require).ErrorContains(t, err,...) behavior
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.