Skip to content

Commit

Permalink
BUG: use codecov token stored to github repository secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed May 1, 2024
1 parent 646985f commit 8bfddfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ jobs:
pytest -v --cov=./ --cov-report term --cov-report=xml --color=yes
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }} # required
env_vars: OS,PYTHON
fail_ci_if_error: true
verbose: true

0 comments on commit 8bfddfe

Please sign in to comment.