Codebase list sqlalchemy-utc / bcc1c9c5-a20c-48dd-a534-85bedd3fe4d7/main .coveragerc
bcc1c9c5-a20c-48dd-a534-85bedd3fe4d7/main

Tree @bcc1c9c5-a20c-48dd-a534-85bedd3fe4d7/main (Download .tar.gz)

.coveragerc @bcc1c9c5-a20c-48dd-a534-85bedd3fe4d7/mainraw · history · blame

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

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