From 1361bc944cdf7d3842f20d963ba32b78da054175 Mon Sep 17 00:00:00 2001 From: Emily Matheys Date: Tue, 18 Jun 2024 15:05:16 +0300 Subject: [PATCH] fix: Add codecov yaml --- .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..eac3163 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 2%