From a34abccd6048196e5474905cfa42de2f0e24ced3 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Tue, 29 Aug 2023 22:13:54 +0200 Subject: [PATCH] set threshold for codecov PR failures --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..236a6f1da --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%