From a9876baaa7161071a69eb39bdcba1224f4db78bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Tue, 28 Nov 2023 16:27:37 -0800 Subject: [PATCH] Run codecov in informational mode for all projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codecov is erring out again when code coverage decreases ever so slightly. The suspicion is that it has to do with the projects that we introduced. Let's add the necessary property to them as well, in the hope that it helps. Signed-off-by: Daniel Müller --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 7f246ac1..ed2c95cf 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,9 +5,11 @@ coverage: # We don't gate anything based on flaky code coverage reports. informational: true blazesym: + informational: true paths: - src/ blazesym-c: + informational: true paths: - capi/src/ # Note: blazecli is ignored at the llvm-cov level.