Skip to content

Commit

Permalink
Update Codecov usage
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 28, 2024
1 parent 93a455e commit 9de5b6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9de5b6b

Please sign in to comment.