Skip to content

Commit

Permalink
Configure codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
correl committed Oct 21, 2024
1 parent 4e6b596 commit 4a5c050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ deps =
pytest-mypy
passenv =
CI
CODECOV_TOKEN
HYPOTHESIS_PROFILE
TRAVIS
TRAVIS_*
whitelist_externals = poetry
commands =
pytest
Expand Down

0 comments on commit 4a5c050

Please sign in to comment.