Codebase list sqlalchemy-utc / f85cf4be-a734-45ef-a094-7432ca9d2c88/main .coveragerc
f85cf4be-a734-45ef-a094-7432ca9d2c88/main

Tree @f85cf4be-a734-45ef-a094-7432ca9d2c88/main (Download .tar.gz)

.coveragerc @f85cf4be-a734-45ef-a094-7432ca9d2c88/mainraw · history · blame

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

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