Skip to content

Commit

Permalink
ci: add token for codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 14, 2024
1 parent 7e4d311 commit d49e649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
doctests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d49e649

Please sign in to comment.