weblate/.coveragerc
Michal Čihař b4a4c594d6 Drop Jenkins setup
Using Travis seems to be good enough for us, so let's drop not used
Jenkins hooks.
2013-10-10 22:10:05 +02:00

32 lines
598 B
INI

[run]
branch = True
omit =
*migrations*
*/settings_*.py
*/settings.py
*/wsgi.py
*ttkit*
[paths]
source = .
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
ignore_errors = True