Skip to content

Commit d97c825

Browse files
lcov not necessary/generates duplicate results when present?
1 parent cfd2a3f commit d97c825

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
@@ -39,7 +39,7 @@ deps =
3939
pytest
4040
pytest-cov
4141
commands =
42-
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml --cov-report=lcov -vv tests}
42+
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests}
4343

4444
[testenv:check]
4545
deps =

0 commit comments

Comments
 (0)