Skip to content

Commit 4a5c050

Browse files
committed
Configure codecov token
1 parent 4e6b596 commit 4a5c050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
- name: Run test suite
3737
run: python -m tox run --skip-pkg-install
3838
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3940
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ deps =
1717
pytest-mypy
1818
passenv =
1919
CI
20+
CODECOV_TOKEN
2021
HYPOTHESIS_PROFILE
21-
TRAVIS
22-
TRAVIS_*
2322
whitelist_externals = poetry
2423
commands =
2524
pytest

0 commit comments

Comments
 (0)