diff options
| author | J08nY | 2017-06-27 22:25:24 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-27 22:25:24 +0200 |
| commit | dd3efdfec9aed09c26929ea532bad7f6b99c5ae7 (patch) | |
| tree | be2070d30ea8e88b01344226360b84373bc34551 | |
| parent | 1802b0f6eaaa2cc09ef0941774239499e369dfb0 (diff) | |
| download | mailman-pgp-dd3efdfec9aed09c26929ea532bad7f6b99c5ae7.tar.gz mailman-pgp-dd3efdfec9aed09c26929ea532bad7f6b99c5ae7.tar.zst mailman-pgp-dd3efdfec9aed09c26929ea532bad7f6b99c5ae7.zip | |
| -rw-r--r-- | coverage.ini | 7 | ||||
| -rw-r--r-- | tox.ini | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/coverage.ini b/coverage.ini index 825b00f..b983443 100644 --- a/coverage.ini +++ b/coverage.ini @@ -1,4 +1,9 @@ [run] source = mailman_pgp concurrency = multiprocessing -omit = setup.py
\ No newline at end of file +branch = true +parallel = true +omit = setup.py + +[report] +exclude_lines = pragma: no cover
\ No newline at end of file @@ -14,6 +14,7 @@ deps = flufl.testing dev: -e../mailman dev: -e../PGPy setenv = MAILMAN_EXTRA_TESTING_CFG = {toxinidir}/src/mailman_pgp/config/mailman.cfg + cov: COVERAGE_PROCESS_START={[coverage]rcfile} commands = nocov: python -m nose2 -v {posargs} cov: python -m coverage run {[coverage]rc} -m nose2 -v {posargs} cov: python -m coverage combine {[coverage]rc} |
