Codebase list i18nspector / run/b270f7de-463c-4769-a548-340ba3c89bc5/main .coveragerc
run/b270f7de-463c-4769-a548-340ba3c89bc5/main

Tree @run/b270f7de-463c-4769-a548-340ba3c89bc5/main (Download .tar.gz)

.coveragerc @run/b270f7de-463c-4769-a548-340ba3c89bc5/mainraw · history · blame

[run]
branch = true

[report]
show_missing = true
exclude_lines = # no coverage
    \A\s+raise misc[.]DataIntegrityError\b
    \A\s+raise NotImplementedError\b
    \A\s+pass\Z

# vim:ft=dosini ts=4 sts=4 sw=4 et