From 995bea2a0b9a544b2172e8f8aad88d6b2182c1e2 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Tue, 19 Mar 2024 14:22:31 +0100 Subject: [PATCH] Fix codecov action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6826dee4..97820c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: - uses: codecov/codecov-action@v4 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info docs: name: Documentation