Codebase list neo4j-python-driver / b37c295c-4da5-423d-8ff6-bae614c09b21/main .coveragerc
b37c295c-4da5-423d-8ff6-bae614c09b21/main

Tree @b37c295c-4da5-423d-8ff6-bae614c09b21/main (Download .tar.gz)

.coveragerc @b37c295c-4da5-423d-8ff6-bae614c09b21/mainraw · history · blame

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

[report]
show_missing = True