Skip to content

Commit

Permalink
Merge pull request #745 from maresb/codecov-token
Browse files Browse the repository at this point in the history
Fix missing codecov token
  • Loading branch information
maresb authored Nov 10, 2024
2 parents d65aad5 + c10549c commit a80f2bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
--group="${{ matrix.pytest-split-group-index }}"
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Print test durations
run: |
Expand Down

0 comments on commit a80f2bf

Please sign in to comment.