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