Skip to content

Commit 58736d9

Browse files
committed
More coverage tweaks
1 parent be9d90f commit 58736d9

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.coveragerc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
branch = True
33
concurrency = multiprocessing, thread
44
parallel = True
5-
source_pkgs = wagtailmath
6-
omit =
7-
**/migrations/*
8-
tests/*
5+
source = src/
6+
omit = **/migrations/*,tests/*
97

108
[paths]
11-
source =
12-
src/wagtailmath
13-
.tox/py*/**/site-packages
9+
source = src,.tox/py*/**/site-packages
1410

1511
[report]
1612
show_missing = True
1713
ignore_errors = True
14+
skip_empty = true
1815
skip_covered = True
1916

2017
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)