Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://docs.codecov.io/docs/common-recipe-list
# https://docs.codecov.io/docs/commit-status#patch-status

# This configures a large leniency of 25%, because patches submitted by
# external contributors will not cover the whole codebase, because they
# can't use OPS credentials on CI/GHA.

coverage:
status:

project:
default:
target: auto # the required coverage value
threshold: 25% # the leniency in hitting the target

patch:
default:
informational: true