From 80e132562144329ff9ba931be62ab1f874dee72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 11 Feb 2025 23:45:32 -0800 Subject: [PATCH] include codecov.yml --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..372cb800c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code + + status: + project: + default: + target: auto # auto % coverage target + threshold: 5% # allow for 5% reduction of coverage without failing + + # do not run coverage on patch nor changes + patch: false