From ef3a838eef937b2d67445dbe70a3fae83e4ec718 Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Fri, 3 Feb 2023 18:18:27 +0100 Subject: [PATCH] test: Add Codecov configuration file (#569) --- .codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..df0b26811 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,13 @@ +codecov: + # across + notify: + # Do not notify until at least this number of reports have been uploaded + # from the CI pipeline. We normally have more than that number, but 6 + # should be enough to get a first notification. + after_n_builds: 6 +coverage: + status: + project: + default: + # Do not fail the commit status if the coverage was reduced up to this value + threshold: 0.5%