From 47465b8db95f8b17366e38f9fd4d0b8414db7c03 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 2 Feb 2022 13:01:29 +0300 Subject: [PATCH] codecov: add configuration file And allow the Codecov to post results even if some of our jobs or workflows are failing. --- 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 000000000..dff9fb2bf --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +codecov: + require_ci_to_pass: no # We have several CI jobs that upload codecov results, + # and sometimes some of them may fail, it's OK. +coverage: + status: + project: + default: # This can be anything, but it needs to exist as the name + if_ci_failed: error #success, failure, error, ignore + only_pulls: false +comment: + after_n_builds: 1