From a7942c6e3385685276a1a5ecf3c5a5b811fae4e2 Mon Sep 17 00:00:00 2001 From: quambene Date: Sun, 31 Mar 2024 03:30:54 +0200 Subject: [PATCH] Add codecov yaml --- .codecov.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..fc4267b --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,16 @@ +# see https://docs.codecov.com/docs/codecovyml-reference +coverage: + # Customize the visible colors: + # <60%: red + # <70%: yellow + # >=70%: green + range: 60..70 + status: + # see https://docs.codecov.com/docs/commit-status + project: + default: + # Allow the coverage to drop by 1%. + threshold: 1% +ignore: + - "tests" + - "benches" \ No newline at end of file