From 417aa8d7f2d4e1531692df6184091535f703b870 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Fri, 15 Nov 2024 12:32:12 +0100 Subject: [PATCH] Update Codecov action configuration in CI file --- .github/workflows/__shared-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 457c65e4..8a637da3 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -42,8 +42,7 @@ jobs: if: matrix.stable uses: codecov/codecov-action@v5 with: - file: ./build/logs/clover.xml - token: ${{ secrets.CODECOV_TOKEN }} + files: ./build/logs/clover.xml build-website: name: Check that website is building without errors