Configure codecov token

This commit is contained in:
Correl Roush 2024-10-20 23:27:13 -04:00
parent 4e6b596b5b
commit 4a5c0507bf
2 changed files with 2 additions and 2 deletions

View file

@ -36,4 +36,5 @@ jobs:
- name: Run test suite
run: python -m tox run --skip-pkg-install
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}

View file

@ -17,9 +17,8 @@ deps =
pytest-mypy
passenv =
CI
CODECOV_TOKEN
HYPOTHESIS_PROFILE
TRAVIS
TRAVIS_*
whitelist_externals = poetry
commands =
pytest