diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2016-02-23 18:07:12 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-23 18:07:12 +0100 |
| commit | bfbcbfd73738e133ee031311a277af37443ee4b7 (patch) | |
| tree | 7d262e4bffabb3c2fb291c881bc67538bf6ef0ce | |
| parent | dca9139fb27b155584cfe1d7e41fbba82a064b6c (diff) | |
| download | mitmproxy-bfbcbfd73738e133ee031311a277af37443ee4b7.tar.gz mitmproxy-bfbcbfd73738e133ee031311a277af37443ee4b7.tar.bz2 mitmproxy-bfbcbfd73738e133ee031311a277af37443ee4b7.zip | |
fix coverage collection
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,11 +9,11 @@ ignore = E251 [pytest] testpaths = test -addopts = --timeout 30 -s +addopts = --timeout 30 -s --cov netlib --cov mitmproxy --cov pathod [coverage:run] branch = True -include = mitmproxy netlib pathod +include = *mitmproxy*, *netlib*, *pathod* omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py [coverage:report] |
