From c6f1fa0a6fc17fa7baaf057c34edc9170190cb82 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 17 Sep 2020 16:50:46 +0200 Subject: [PATCH] ci: configure coverage thresholds Taken from osbuild-composer. What is good for them is good for us. --- .github/codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..8e84e86 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + patch: no + project: + default: + threshold: 5% +codecov: + require_ci_to_pass: no +comment: no