From 4f428d6bdaea73c0433535b6e4f03a7e613dd206 Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Mon, 15 Jun 2020 16:37:23 +0200 Subject: [PATCH] Update codecov limits to current coverage --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..cd710c3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + precision: 2 + round: down + range: "65...100" \ No newline at end of file