nnadeau/pybotics

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
branch = True

[report]
fail_under = 95
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if tests don't hit defensive assertion code:
    raise NotImplementedError