Skip to content

Commit 573c7f0

Browse files
authored
Merge pull request #20 from andhus/tox-posargs
tox posargs
2 parents 82bb16e + 2a4767c commit 573c7f0

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
@@ -6,7 +6,7 @@ deps =
66
pytest
77
pytest-cov
88
commands =
9-
pytest --cov=scantree --cov-report=xml --cov-report=term-missing --cov-config=.coveragerc tests/
9+
pytest --cov=dirhash --cov-report=xml --cov-report=term-missing --cov-config=.coveragerc tests/ {posargs}
1010

1111
[gh-actions]
1212
python =

0 commit comments

Comments
 (0)