There was an error while loading. Please reload this page.
1 parent be9d90f commit 58736d9Copy full SHA for 58736d9
1 file changed
.coveragerc
@@ -2,19 +2,16 @@
2
branch = True
3
concurrency = multiprocessing, thread
4
parallel = True
5
-source_pkgs = wagtailmath
6
-omit =
7
- **/migrations/*
8
- tests/*
+source = src/
+omit = **/migrations/*,tests/*
9
10
[paths]
11
-source =
12
- src/wagtailmath
13
- .tox/py*/**/site-packages
+source = src,.tox/py*/**/site-packages
14
15
[report]
16
show_missing = True
17
ignore_errors = True
+skip_empty = true
18
skip_covered = True
19
20
# Regexes for lines to exclude from consideration
0 commit comments