Skip to content

Commit

Permalink
Updated the Codecov action, specify the token.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 1, 2024
1 parent 0835a95 commit 942ffdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- name: Upload to Codecov
if: ${{ matrix.config.cov }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: build/tests/CMakeFiles/
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 942ffdb

Please sign in to comment.