Skip to content

Commit bb933f0

Browse files
committed
Add --cov option for cov testenv
Adds the --cov option for the cov testenv to ensure coverage.xml is created
1 parent 7ec1cb8 commit bb933f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ deps = poetry
3535
skip_install = True
3636
commands =
3737
poetry install -v
38-
poetry run py.test -v --cov-report html --cov-report xml {posargs}
38+
poetry run py.test -v --cov repo_autoindex --cov-report html --cov-report xml {posargs}

0 commit comments

Comments
 (0)