From ee139bbf636438996a8211b0e493f0bf553afbc7 Mon Sep 17 00:00:00 2001 From: Nikolay Bryskin Date: Sun, 17 Sep 2023 20:51:04 +0300 Subject: [PATCH] ci: allow codecov threshold 1% --- 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 0000000..236a6f1 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%