From cd5a141192987db98156905d1ae7cc896c2aac73 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:07:09 +0000 Subject: [PATCH] Add codecov configuration --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..e6ced63a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +codecov: + notify: + require_ci_to_pass: true +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + target: auto + threshold: 80%