We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82bb16e + 2a4767c commit 573c7f0Copy full SHA for 573c7f0
1 file changed
tox.ini
@@ -6,7 +6,7 @@ deps =
6
pytest
7
pytest-cov
8
commands =
9
- pytest --cov=scantree --cov-report=xml --cov-report=term-missing --cov-config=.coveragerc tests/
+ pytest --cov=dirhash --cov-report=xml --cov-report=term-missing --cov-config=.coveragerc tests/ {posargs}
10
11
[gh-actions]
12
python =
0 commit comments