Skip to content

Commit

Permalink
Update coverage workflow for Tox 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Dec 29, 2022
1 parent 66a738c commit f1d1e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
run: python -m pip install -U pip tox pytest-cov

- name: Run Tox
run: tox --sitepackages -e py -- -vv
run: tox -e py -- -vv
env:
PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config pyproject.toml"
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"

- name: codecov
uses: codecov/codecov-action@v3

0 comments on commit f1d1e9c

Please sign in to comment.