From 1f534a33bed0ab19032808c53b09bde18675f182 Mon Sep 17 00:00:00 2001 From: William Poussier Date: Tue, 18 Jan 2022 01:47:17 +0100 Subject: [PATCH] chore: add codecov configuration --- .codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..388f4a9 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +coverage: + range: 50..75 + status: + # Prevent small variations of coverage from failing CI. + project: + default: + threshold: 1% + patch: off