summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-08-08 21:11:38 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-08-08 22:33:29 +0200
commit3179455e69eca9c205450a1bbbe381ee1a593bbc (patch)
tree38c98be72c98511706db8e9a76a0fec57e0bcf62 /.coveragerc
parent06a82c55664ec868f04a235ceeb182f3fb6f5e2e (diff)
downloadqutebrowser-3179455e69eca9c205450a1bbbe381ee1a593bbc.tar.gz
qutebrowser-3179455e69eca9c205450a1bbbe381ee1a593bbc.zip
Reorganize tox.ini.
- The environment to run unittests is now called py34 as that's the common thing used, and will also allow us to run the tests with Python 3.5. - The default tests now also run coverage.py and do a coverage check (on Linux). - The smoke tests are now part of the default environment.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 16bebb0cc..b1c620b3b 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -12,3 +12,9 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
if __name__ == ["']__main__["']:
+
+[html]
+directory=.htmlcov
+
+[xml]
+output=.coverage.xml