Skip to content

Commit 98192b6

Browse files
committed
Fix typo in coverage testenv
1 parent f018214 commit 98192b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ changedir = {toxinidir}
144144
deps = coverage>=5
145145
commands =
146146
/bin/bash -c "rm -rf htmlcov"
147-
coverage html --rc-file cov-report.ini
147+
coverage html --rcfile cov-report.ini
148148
/bin/bash -c "DISPLAY=:0 firefox 'htmlcov/index.html'"
149149
150150
[coverge:report]

0 commit comments

Comments
 (0)