coverage -e -x foo.py
coverage run foo.py
coverage run --timid foo.py
coverage foo.py


global args:

        -h  --help
        --rcfile                    string


commands:

    annotate -a
        -d --output-directory       string
        -i --ignore-errors          bool
        --omit                      list of string

    combine -c

    debug

    erase -e

    help

    html -b
        -d --output-directory       string
        -i --ignore-errors          bool
        --omit                      list of string
        --red *
        --green *
        --style *

    report -r
        -m --missing                bool
        -i --ignore-errors          bool
        --omit                      list of string

    run -x
        -a  --append                bool
            --branch                bool                [run].branch
        -L  --pylib                 bool                [run].cover_pylib
        -p  --parallel              bool
            --timid                 bool                [run].timid

    xml
        -i --ignore-errors          bool
        --omit                      list of string
        -o                          string



    byteprep   *


Other config:

    [report].exclude                list of string
    [run].data_file                 string


Option scopes:

    - Cmd line
    - coverage()
    - ini file
    - environment variable
