From e14e9af95205d4277165b3288f5ad660ced56341 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 7 Jan 2025 21:08:10 +0100 Subject: [PATCH] Upgrade the codecov action to v5 And also add the token for uploading, as the last commit ran into rate ACLs. Note entirely sure about arguments, let's see. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c0385..ffd85c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,12 @@ jobs: run: make check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: name: codecov-gcc - #fail_ci_if_error: true + fail_ci_if_error: true verbose: true - gcov: true + token: ${{ secrets.CODECOV_TOKEN }} sanitizers: name: Test with clang sanitizers