Skip to content

Commit

Permalink
Correct syntax for specifying CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Apr 17, 2024
1 parent 5d8ada1 commit e324c48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ jobs:
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests-${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

- name: Save notebooks
if: ${{ always() && matrix.root-version }}
Expand Down

0 comments on commit e324c48

Please sign in to comment.