blob: 5238525599034139b54fe62d73d39a944f05912d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[run]
source = mailman_pgp
concurrency = multiprocessing
branch = true
parallel = true
omit =
setup.py
*/tests/__init__.py
*/test_*.py
*/testing/*.py
[report]
exclude_lines = pragma: no cover
|