Skip to content

Commit

Permalink
update codecov action explicitly using Token
Browse files Browse the repository at this point in the history
  • Loading branch information
bgctw committed Dec 6, 2024
1 parent b32a58d commit 2cb1548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
env:
GROUP: ${{ matrix.group }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
docs:
name: Documentation
Expand Down

0 comments on commit 2cb1548

Please sign in to comment.