Cura-packaging/_3rd-party/numpy-stl/.coveragerc
Thomas Karl Pietrowski c1dc1589df 3rd-party: numpy-stl: Adding packaging files for Numpy-STL
However, a build recipe still needs to be created..

Fixes: #14

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2017-04-29 13:05:14 +02:00

17 lines
253 B
INI

[report]
fail_under = 100
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[run]
source = stl
branch = True