Codebase list i18nspector / debian/0.14-1 .coveragerc
debian/0.14-1

Tree @debian/0.14-1 (Download .tar.gz)

.coveragerc @debian/0.14-1raw · history · blame

1
2
3
4
5
6
7
[report]
exclude_lines =
	\s+raise misc[.]DataIntegrityError\b
	\s+raise NotImplementedError\b
	<no-coverage>

# vim:ft=dosini