source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/tests/coverage.ini

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: 694 bytes
Line 
1[run]
2branch = True
3parallel = True
4source = gluon
5## remove comment if you want applications coverage too
6#source = gluon, applications
7
8omit = gluon/contrib/*
9       gluon/tests/*
10       gluon/packages/*
11
12[report]
13# Regexes for lines to exclude from consideration
14exclude_lines =
15    # Have to re-enable the standard pragma
16    pragma: no cover
17
18    # Don't complain about missing debug-only code:
19    def __repr__
20    if self\.debug
21
22    # Don't complain if tests don't hit defensive assertion code:
23    raise AssertionError
24    raise NotImplementedError
25
26    # Don't complain if non-runnable code isn't run:
27    if 0:
28    if __name__ == .__main__.:
29
30[html]
31directory = coverage_html_report
Note: See TracBrowser for help on using the repository browser.