summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-22 09:04:33 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-22 09:04:33 +0200
commit65345eab9572fe2426eb8292aa4ab734c099576f (patch)
treefd2958078edf11214e91380ac879c49324b7165f
parent07ce0349837fffc221184857be56517a2d208bd8 (diff)
downloadqutebrowser-65345eab9572fe2426eb8292aa4ab734c099576f.tar.gz
qutebrowser-65345eab9572fe2426eb8292aa4ab734c099576f.zip
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/
-rw-r--r--.coveragerc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index cb0619b80..7c4f7b218 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -23,3 +23,6 @@ exclude_lines =
[xml]
output=coverage.xml
+
+[html]
+show_contexts = True