coverage: Show contexts by default
We don't pass --cov-context=test by default though, as it slows dowh the test run by 2.5min and results in a 325 MB htmlcov/
This commit is contained in:
parent
07ce034983
commit
65345eab95
|
|
@ -23,3 +23,6 @@ exclude_lines =
|
||||||
|
|
||||||
[xml]
|
[xml]
|
||||||
output=coverage.xml
|
output=coverage.xml
|
||||||
|
|
||||||
|
[html]
|
||||||
|
show_contexts = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue