Skip to content

Commit

Permalink
GH Actions: add CodeCov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 24, 2024
1 parent d93bef4 commit 37ff716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quicktest.yml
Expand Up @@ -74,3 +74,5 @@ jobs:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Expand Up @@ -145,3 +145,5 @@ jobs:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 37ff716

Please sign in to comment.