Codebase list i18nspector / upstream/0.17 .coveragerc
upstream/0.17

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

.coveragerc @upstream/0.17raw · history · blame

[run]
branch = true

[report]
exclude_lines =
	\A\s+raise misc[.]DataIntegrityError\b
	\A\s+raise NotImplementedError\b
	\A\s+pass\Z
	<no-coverage>

# vim:ft=dosini