summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/scripts/ci/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/scripts/ci/codecov.yml')
-rw-r--r--comm/third_party/botan/src/scripts/ci/codecov.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/scripts/ci/codecov.yml b/comm/third_party/botan/src/scripts/ci/codecov.yml
new file mode 100644
index 0000000000..db26a6bd55
--- /dev/null
+++ b/comm/third_party/botan/src/scripts/ci/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