summaryrefslogtreecommitdiff
path: root/doc/help/erase.rst
blob: c8f45155ae8f885fba0a2a487a8c7aee65181c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.. code::

    $ coverage erase --help
    Usage: coverage erase [options]

    Erase previously collected coverage data.

    Options:
      --debug=OPTS     Debug options, separated by commas. [env: COVERAGE_DEBUG]
      -h, --help       Get help on this command.
      --rcfile=RCFILE  Specify configuration file. By default '.coveragerc',
                       'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried.
                       [env: COVERAGE_RCFILE]