Skip to content
Snippets Groups Projects
.coveragerc 137 B
Newer Older
[run]
omit =
    # Python specific path
    /usr/local/lib/python2.7/*
    # Scapy specific paths
    test/*
    bin/*
    scapy/tools/*