Skip to content

Commit

Permalink
use codecov token to avoid API errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Mar 16, 2023
1 parent 33a1eba commit 51d8073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
run: tox --skip-missing-interpreters false -e py`echo ${{ matrix.python-version }} | sed s/\\\.// | sed s/pypy/py/ | sed s/-dev//`

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
flags: tests-${{ matrix.python-version }}
name: codecov-umbrella
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 51d8073

Please sign in to comment.