From 3d6174e8ac1d05a741afafdd12e47ce8179ac677 Mon Sep 17 00:00:00 2001 From: Max Pajari Date: Sun, 14 Apr 2024 11:47:38 -0700 Subject: [PATCH] Configure codecov.yml --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..faf702b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +codecov: + branch: main + strict_yaml_branch: main +coverage: + range: 70..85 + round: down + precision: 0 \ No newline at end of file