From d3a9e0c69d49421d1b3d35bae3637555975f3e3b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 16 Mar 2022 22:29:26 +0100 Subject: [PATCH] chore(codecov): add codecov config (#21) This is to ensure that trivial decreases in code coverage don't fail the pipeline. --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..569a669 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +codecov: + status: + project: + default: + target: auto + threshold: 2%