Skip to content

Commit

Permalink
Update Codecov upload step
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 27, 2024
1 parent 7ca72fd commit 499eed0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
- working-directory: build/
run: ctest --output-on-failure

- working-directory: build/
run: bash <(curl -s https://codecov.io/bash)
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 499eed0

Please sign in to comment.