We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd6835 commit 3eb4cc7Copy full SHA for 3eb4cc7
1 file changed
codecov.yml
@@ -18,6 +18,7 @@ coverage:
18
target: 80% # The target coverage percentage for the project
19
threshold: 0% # Allow 0% drop from the target; any drop below target will fail
20
if_ci_failed: error # Set the CI status to 'error' if coverage conditions are not met
21
+ patch: off
22
ignore:
23
# test packages do not need code coverage
24
- internal/sidekick/internal/api/apitest
0 commit comments