Codebase list python-validictory / HEAD .coveragerc
HEAD

Tree @HEAD (Download .tar.gz)

.coveragerc @HEADraw · history · blame

1
2
3
4
5
[run]
omit = validictory/tests/*
[report]
exclude_lines =
    if __name__ == .__main__.: