diff options
-rw-r--r-- | src/scripts/ci/codecov/codecov.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/scripts/ci/codecov/codecov.yml b/src/scripts/ci/codecov/codecov.yml new file mode 100644 index 000000000..db26a6bd5 --- /dev/null +++ b/src/scripts/ci/codecov/codecov.yml @@ -0,0 +1,15 @@ +--- + +# Documentation +# https://github.com/codecov/support/wiki/Codecov-Yaml#full-yaml +# +# Validate this file +# curl --data-binary @codecov.yml https://codecov.io/validate + +coverage: + status: + project: + default: + # Random seeds in tests lead to a +/-0.05% coverage span even for PRs + # that do not change source code + threshold: 0.05 |