From 1bd132ff2e4fe75b2c397e1f5c6b26980d85209f Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Thu, 28 Nov 2024 18:46:33 +0100 Subject: [PATCH] Update Codecov usage Signed-off-by: Uilian Ries --- .github/workflows/code-coverage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e8054a96..452dcc6c 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -30,5 +30,6 @@ jobs: - working-directory: build/ run: ctest --output-on-failure - - working-directory: build/ - run: bash <(curl -s https://codecov.io/bash) + - uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file