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 df74e93 commit 351ab99
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 @@ -69,7 +69,9 @@ jobs:
only-needed: true
- uses: gap-actions/process-coverage@v2
if: ${{ matrix.NO_COVERAGE == '' }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-cygwin:
name: "cygwin64 - GAP master - HPCGAP no"
Expand All @@ -86,7 +88,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 }}
- name: "Setup tmate session"
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
Expand Down

0 comments on commit 351ab99

Please sign in to comment.