main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
604 bytes
|
Line | |
---|
1 | [run] |
---|
2 | branch = True |
---|
3 | parallel = True |
---|
4 | source = pydal |
---|
5 | |
---|
6 | [report] |
---|
7 | # Regexes for lines to exclude from consideration |
---|
8 | exclude_lines = |
---|
9 | # Have to re-enable the standard pragma |
---|
10 | pragma: no cover |
---|
11 | |
---|
12 | # Don't complain about missing debug-only code: |
---|
13 | def __repr__ |
---|
14 | if self\.debug |
---|
15 | |
---|
16 | # Don't complain if tests don't hit defensive assertion code: |
---|
17 | raise AssertionError |
---|
18 | raise NotImplementedError |
---|
19 | |
---|
20 | # Don't complain if non-runnable code isn't run: |
---|
21 | if 0: |
---|
22 | if __name__ == .__main__.: |
---|
23 | |
---|
24 | ignore_errors = True |
---|
25 | omit = pydal/tests/* |
---|
26 | pydal/contrib/* |
---|
27 | |
---|
28 | [html] |
---|
29 | directory = coverage_html_report |
---|
Note: See
TracBrowser
for help on using the repository browser.