Skip to content

Commit

Permalink
use base coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov authored and tobixen committed Aug 3, 2024
1 parent a0a023a commit 9a937db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py37,py38,py39,py310,py311,py312,docs,style

[testenv]
deps = --editable .[test]
commands = pytest {posargs:--cov}
commands = coverage run -m pytest

[testenv:docs]
deps = sphinx
Expand Down

0 comments on commit 9a937db

Please sign in to comment.