# .coveragerc to control coverage.py
[run]
branch = False

# make sure we report these folders
source =
    .

# skip these files
omit =
    .eggs/*
