mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-14 19:19:32 +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
|
- name: Run test suite
|
||||||
run: python -m tox run --skip-pkg-install
|
run: python -m tox run --skip-pkg-install
|
||||||
env:
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
|
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -17,9 +17,8 @@ deps =
|
||||||
pytest-mypy
|
pytest-mypy
|
||||||
passenv =
|
passenv =
|
||||||
CI
|
CI
|
||||||
|
CODECOV_TOKEN
|
||||||
HYPOTHESIS_PROFILE
|
HYPOTHESIS_PROFILE
|
||||||
TRAVIS
|
|
||||||
TRAVIS_*
|
|
||||||
whitelist_externals = poetry
|
whitelist_externals = poetry
|
||||||
commands =
|
commands =
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Reference in a new issue