Skip to content

Commit

Permalink
CI: add Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 15, 2024
1 parent 2e7371e commit 7eaa27b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
only-needed: true
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-cygwin:
name: "master cygwin64"
Expand All @@ -61,7 +63,9 @@ jobs:
- uses: gap-actions/build-pkg@cygwin-v1
- uses: gap-actions/run-pkg-tests@cygwin-v2
- uses: gap-actions/process-coverage@cygwin-v2
- 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 7eaa27b

Please sign in to comment.