Codebase list neo4j-python-driver / a1afc926-7d73-4a7c-86d1-7e599f739648/main .coveragerc
a1afc926-7d73-4a7c-86d1-7e599f739648/main

Tree @a1afc926-7d73-4a7c-86d1-7e599f739648/main (Download .tar.gz)

.coveragerc @a1afc926-7d73-4a7c-86d1-7e599f739648/mainraw · history · blame

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

[report]
show_missing = True