Skip to content

Commit a028487

Browse files
altendkyjaniversen
andauthored
Try again for test coverage checking (#913)
* Try again for test coverage checking Co-authored-by: jan Iversen <jancasacondor@gmail.com>
1 parent 3ed26f2 commit a028487

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
@@ -10,7 +10,7 @@ envlist = py{38,39,310,py38}
1010
[testenv]
1111
deps = -r requirements.txt
1212
commands =
13-
pytest {posargs:--cov=pymodbus/ --cov-report=term-missing --cov-report=xml -v --full-trace}
13+
pytest {posargs:--cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace}
1414
passenv =
1515
INCLUDE
1616
LIB

0 commit comments

Comments
 (0)