blob: 511c2626fbe04e69c7d164611cf6fac54c06e70d [file]
# .coveragerc to control coverage.py
[run]
parallel = True
data_file = /tmp/coverage-data
branch = True
[run]
omit =
*/site-packages/*
*/bin/behave
*/python/psutil/*
*/python/pygresql/*
*/python/yaml/*
*/python/lockfile/*