Codebase list neo4j-python-driver / c3a6a4e8-2450-40ff-88db-65a3a31172f7/main .coveragerc
c3a6a4e8-2450-40ff-88db-65a3a31172f7/main

Tree @c3a6a4e8-2450-40ff-88db-65a3a31172f7/main (Download .tar.gz)

.coveragerc @c3a6a4e8-2450-40ff-88db-65a3a31172f7/mainraw · history · blame

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

[report]
show_missing = True