Skip to content

Commit

Permalink
Merge pull request #302 from corenting/chore/add-codecov-token
Browse files Browse the repository at this point in the history
chore: add codecov token
  • Loading branch information
corenting committed Feb 6, 2024
2 parents 7cb3985 + 5bb2a21 commit d5c3a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
release:
name: Release on PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5c3a58

Please sign in to comment.