Skip to content

Commit

Permalink
Fix codecov integration to use upload token
Browse files Browse the repository at this point in the history
... so that it works more reliably or even at all...
  • Loading branch information
fingolfin authored and james-d-mitchell committed Jun 15, 2024
1 parent 26c8bae commit 827f915
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 @@ -42,6 +42,8 @@ jobs:
only-needed: true
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

# The documentation job
manual:
Expand Down

0 comments on commit 827f915

Please sign in to comment.