From 5457883a514281287bbd81364c4e26e25828563d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 2 May 2020 13:05:47 +0200 Subject: tools/codecov.yml: add Add configuratio file for codecov.io --- tools/codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/codecov.yml (limited to 'tools') diff --git a/tools/codecov.yml b/tools/codecov.yml new file mode 100644 index 000000000..01d059583 --- /dev/null +++ b/tools/codecov.yml @@ -0,0 +1,13 @@ +# See https://docs.codecov.io/docs/codecovyml-reference +# Validate with curl --data-binary @tools/codecov.yml https://codecov.io/validate + +coverage: + precision: 0 + round: nearest + range: "50...75" + +coverage: + status: + project: + default: + threshold: 1% -- cgit mrf-deployment