From 4ea97f17d6404b8afd5ee4bc4e61b0e87f2ef70d Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 13 May 2024 23:00:10 +0000 Subject: [PATCH] Add grace 1% threshold on coverage check Signed-off-by: Peter Nied --- .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 000000000..d73cb75b3 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + # Only fail if the coverage decreases by more than 1% + threshold: 1%