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:
Florian Bruhin 2022-04-22 09:04:33 +02:00
parent 07ce034983
commit 65345eab95
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ exclude_lines =
[xml]
output=coverage.xml
[html]
show_contexts = True