LuizArmesto/ujsonpath

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
source = ujsonpath
omit = tests/*
branch = True

[report]
exclude_lines =
    pragma: no cover

    def __repr__
    if self\.debug

    raise AssertionError
    raise NotImplementedError

    if 0:
    if __name__ == .__main__.:

[html]
directory = coverage_report

[xml]
output = coverage.xml