From 80a5bac59e0108ef44c5e244f61590da3093f565 Mon Sep 17 00:00:00 2001 From: Moritz Mahringer Date: Tue, 2 Mar 2021 19:34:14 +0100 Subject: [PATCH] Add codecov config --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..2e7d8709 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +codecov: + range: "90...100" + round: down + precision: 2 + strict_yaml_branch: main + status: + project: + default: + informational: true + comment: + require_changes: true