mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-14 11:09:37 +00:00
Configure codecov token
This commit is contained in:
parent
4e6b596b5b
commit
4a5c0507bf
2 changed files with 2 additions and 2 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -17,9 +17,8 @@ deps =
|
|||
pytest-mypy
|
||||
passenv =
|
||||
CI
|
||||
CODECOV_TOKEN
|
||||
HYPOTHESIS_PROFILE
|
||||
TRAVIS
|
||||
TRAVIS_*
|
||||
whitelist_externals = poetry
|
||||
commands =
|
||||
pytest
|
||||
|
|
Loading…
Reference in a new issue