Codebase list check-manifest / debian/0.40-1 .coveragerc
debian/0.40-1

Tree @debian/0.40-1 (Download .tar.gz)

.coveragerc @debian/0.40-1raw · history · blame

1
2
3
4
5
6
7
8
9
[run]
source = check_manifest

[report]
exclude_lines =
    pragma: nocover
    except ImportError:
    if __name__ == '__main__':
    if sys.platform == 'darwin':