Codebase list neo4j-python-driver / 2f0b4600-907d-40d8-b3ef-4f6025c24f5f/main .coveragerc
2f0b4600-907d-40d8-b3ef-4f6025c24f5f/main

Tree @2f0b4600-907d-40d8-b3ef-4f6025c24f5f/main (Download .tar.gz)

.coveragerc @2f0b4600-907d-40d8-b3ef-4f6025c24f5f/mainraw · history · blame

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

[report]
show_missing = True