From 3a48b6fc354d05e12889d11f507274a0743cf8ac Mon Sep 17 00:00:00 2001 From: Thiago Panini Date: Sat, 29 Apr 2023 14:49:03 -0300 Subject: [PATCH] ci: including a codevoc yaml file to configure thresholds --- .github/codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..5071bec --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,14 @@ +ignore: + - setup.py +coverage: + status: + patch: + default: + target: 0% + threshold: 5% + if_ci_failed: error + project: + default: + target: 0% + threshold: 5% + if_ci_failed: error