Codebase list neo4j-python-driver / master .coveragerc
master

Tree @master (Download .tar.gz)

.coveragerc @masterraw · history · blame

[run]
branch = True
omit =
    .*/*
    test/*
    neo4j/compat/*
    neo4j/util.py
    *neobolt*

[report]
show_missing = True