Codebase list neo4j-python-driver / 0debe858-6926-4105-87a0-cb1191e00d33/main .coveragerc
0debe858-6926-4105-87a0-cb1191e00d33/main

Tree @0debe858-6926-4105-87a0-cb1191e00d33/main (Download .tar.gz)

.coveragerc @0debe858-6926-4105-87a0-cb1191e00d33/mainraw · history · blame

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

[report]
show_missing = True