Codebase list i18nspector / upstream/0.25.9 .coveragerc
upstream/0.25.9

Tree @upstream/0.25.9 (Download .tar.gz)

.coveragerc @upstream/0.25.9raw · 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