Codebase list dhcpcanon / 872efec9-9e5b-4fd6-8eb8-ff4d2ab1adcf/main .coveragerc
872efec9-9e5b-4fd6-8eb8-ff4d2ab1adcf/main

Tree @872efec9-9e5b-4fd6-8eb8-ff4d2ab1adcf/main (Download .tar.gz)

.coveragerc @872efec9-9e5b-4fd6-8eb8-ff4d2ab1adcf/mainraw · history · blame

[run]
branch = True
source = dhcpcanon
parallel = True

[paths]
source =
    dhcpcanon
   .tox/*/lib/python*/site-packages/dhcpcanon
   .tox/*/lib/site-packages/dhcpcanon
   .tox/pypy*/site-packages/dhcpcanon

[report]
omit =
    */tests/*
    */python?.?/*
    *__init__*