Skip to content

Commit 9727737

Browse files
authored
Merge pull request #75 from codrsquad/more-coverage
Enable subprocess test coverage gathering
2 parents b0dea95 + 25b3ede commit 9727737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ ignore = .dockerignore
4949
tests/**
5050
tox.ini
5151

52+
[coverage:run]
53+
concurrency =
54+
thread
55+
patch = subprocess
5256
[coverage:xml]
5357
output = .tox/test-reports/coverage.xml
5458
[coverage:html]

0 commit comments

Comments
 (0)