Skip to content

Commit d5fc49b

Browse files
authored
[infrastructure] Update Codecov usage (#155)
1 parent fd2af85 commit d5fc49b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
- working-directory: build/
3131
run: ctest --output-on-failure
3232

33-
- working-directory: build/
34-
run: bash <(curl -s https://codecov.io/bash)
33+
- uses: codecov/codecov-action@v5
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)