Skip to content

Commit

Permalink
use the CODECOV_TOKEN in the coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Apr 7, 2024
1 parent d554cd4 commit 506d00f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 506d00f

Please sign in to comment.