Skip to content

Commit

Permalink
[infrastructure] Update Codecov upload steps (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
uilianries authored Nov 27, 2024
1 parent 7ca72fd commit 513a4d1
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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 513a4d1

Please sign in to comment.