diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-03-04 21:39:14 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-03-04 21:39:14 +0100 |
commit | 4fa5872733877ba03b031bde1527277347ee7233 (patch) | |
tree | 58978d1240e8f46cfe3a77fba48042c7ccb75075 /.gitignore | |
parent | ebae77e8c57b39a7968a7bd5ad7a1eb8c8d12adc (diff) | |
download | qutebrowser-4fa5872733877ba03b031bde1527277347ee7233.tar.gz qutebrowser-4fa5872733877ba03b031bde1527277347ee7233.zip |
Add coverage.py support to run_checks.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 46e8eb96c..0ee617066 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ __pycache__ /README.html /qutebrowser/html/doc/ /.venv +/.coverage +/covhtml |