Skip to content

Commit 25a59de

Browse files
committed
revert try update --cov to correct repo
1 parent 0587743 commit 25a59de

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=dirhash-python --cov-report=xml --cov-report=term-missing --cov-config=.coveragerc tests/ {posargs}
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)