Codebase list neo4j-python-driver / 195fc408-9e77-4a12-ac8b-b154d6e3bf3f/main .coveragerc
195fc408-9e77-4a12-ac8b-b154d6e3bf3f/main

Tree @195fc408-9e77-4a12-ac8b-b154d6e3bf3f/main (Download .tar.gz)

.coveragerc @195fc408-9e77-4a12-ac8b-b154d6e3bf3f/mainraw · history · blame

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

[report]
show_missing = True