beets/.coveragerc
Thomas Scholtes 2c1606a595 Remove pyshared path from coverage
Ubuntu uses /usr/share/pyshared/ to install some packages
2014-02-02 20:03:37 +01:00

11 lines
203 B
INI

[report]
omit =
*/pyshared/*
*/python?.?/*
*/site-packages/nose/*
*/test/*
*/beetsplug/*
exclude_lines =
assert False
raise NotImplementedError
if __name__ == .__main__.: