Skip to content

Commit

Permalink
Use token for coverage submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 27, 2024
1 parent ff44194 commit 83fc6c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
file: lcov.info

0 comments on commit 83fc6c6

Please sign in to comment.