From 484ac9ca98cc19fcc6c7c424645ecc254ebb6fcf Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:56:41 +0200 Subject: [PATCH] ci: add codecov.yaml --- codecov.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..536f8f3 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,7 @@ +coverage: + status: + patch: false + project: + default: + threshold: 5% + if_not_found: failure