Codebase list sqlalchemy-utc / 17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/upstream .coveragerc
17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/upstream

Tree @17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/upstream (Download .tar.gz)

.coveragerc @17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/upstreamraw · history · blame

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

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