Skip to content

Commit

Permalink
Update testenv:cov
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent d66e34a commit 40f9b94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ commands =
cleanpy --all --exclude-envs .

[testenv:cov]
extras =
test
deps =
.[test]
coverage[toml]
pytest-cov
coverage[toml]>=5
commands =
pytest --cov {posargs:-vv}
coverage run -m pytest {posargs:-vv}
coverage report -m

[testenv:fmt]
basepython = python3.8
Expand Down

0 comments on commit 40f9b94

Please sign in to comment.