Skip to content

Commit

Permalink
Do not fail builds due to missing tests in added/modified lines
Browse files Browse the repository at this point in the history
Only consider project overall status to not drop a considerable amount
  • Loading branch information
kwin committed Mar 1, 2024
1 parent 12facd8 commit 2cb09a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# https://docs.codecov.com/docs/codecovyml-reference
coverage:
status:
# https://docs.codecov.com/docs/commit-status
project:
default:
# basic
target: auto
# each PR must not lower the coverage by more than the given percentage
threshold: 0.1%
patch: off

0 comments on commit 2cb09a9

Please sign in to comment.