Skip to content

Commit

Permalink
CI: use CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 2, 2024
1 parent ef849bd commit 1ae1f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: "Process test coverage"
uses: gap-actions/process-coverage@v2
- name: "Publish code coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

# The documentation job
manual:
Expand Down

0 comments on commit 1ae1f3e

Please sign in to comment.