Codebase list neo4j-python-driver / a4b6003a-ea96-47b2-a742-53afea1aa080/main .coveragerc
a4b6003a-ea96-47b2-a742-53afea1aa080/main

Tree @a4b6003a-ea96-47b2-a742-53afea1aa080/main (Download .tar.gz)

.coveragerc @a4b6003a-ea96-47b2-a742-53afea1aa080/mainraw · history · blame

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

[report]
show_missing = True