Skip to content

Commit ae3e9d7

Browse files
committed
Include tests as part of the coverage
1 parent 8bfd2c2 commit ae3e9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ deps =
1212
coverage
1313
commands = pytest --cov-config="{toxinidir}/tox.ini" \
1414
--cov="{envsitepackagesdir}/grid_strategy" \
15+
--cov="{toxinidir}/tests" \
1516
{posargs}
1617

1718
[testenv:coverage]

0 commit comments

Comments
 (0)