aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-04-08 00:23:55 +0200
committerSimon Warta <[email protected]>2017-04-08 00:27:07 +0200
commit77433cb7c0d4d27be998e1db5f8db761ea636128 (patch)
treed2574d8e1be3c1f21b2286f56967e85db0343cec /src/scripts
parent891856f27676e453b52634cab36125691eb940c7 (diff)
Configure codecov to accept a 0.05% decrease in coverage
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/ci/codecov/codecov.yml15
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