From 5111d15d8e2da99b87e6676b0f08aa0fd186faa1 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Sat, 16 Dec 2023 15:11:50 +0100 Subject: [PATCH] CI: Set `codecov.yml` status threshold. --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..236a6f1 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%