Codebase list sqlalchemy-utc / 800adf3e-ef46-490c-bd13-add79e91984c/main .coveragerc
800adf3e-ef46-490c-bd13-add79e91984c/main

Tree @800adf3e-ef46-490c-bd13-add79e91984c/main (Download .tar.gz)

.coveragerc @800adf3e-ef46-490c-bd13-add79e91984c/mainraw · history · blame

[run]
source = sqlalchemy_utc/
omit =
    tests/*
    setup.py

[report]
exclude_lines =
    def __repr__
    def __str__
    if __name__ = .__main__.: