Skip to content

Commit

Permalink
[infrastructure] Update Codecov usage (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
uilianries authored Nov 28, 2024
1 parent fd2af85 commit d5fc49b
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 d5fc49b

Please sign in to comment.