aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-05-24 17:10:50 +1200
committerAldo Cortesi <aldo@nullcube.com>2018-05-24 19:03:15 +1200
commitbae4a3393f4fd9cccc229e4b9c3d997fe7cfb4c1 (patch)
treeebac48203a20b30f7f2fc3d1f5e1f24807b2ecbf /tox.ini
parent8fceaca6b8a219cce6e42a05a72eb8cd80565c89 (diff)
downloadmitmproxy-bae4a3393f4fd9cccc229e4b9c3d997fe7cfb4c1.tar.gz
mitmproxy-bae4a3393f4fd9cccc229e4b9c3d997fe7cfb4c1.tar.bz2
mitmproxy-bae4a3393f4fd9cccc229e4b9c3d997fe7cfb4c1.zip
release: include release directory in coverage
With lots of exclusions for now
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 64dfa78e..812f1a4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv = HOME = {envtmpdir}
commands =
mitmdump --version
pytest --timeout 60 --cov-report='' \
- --cov=mitmproxy --cov=pathod \
+ --cov=mitmproxy --cov=pathod --cov=release \
--full-cov=mitmproxy/ --full-cov=pathod/ \
{posargs}
{env:CI_COMMANDS:python -c ""}