diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-11 08:29:28 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-11 08:29:28 -0400 |
| commit | 4f6365167a0921335e1e365a3cff05a5907943dd (patch) | |
| tree | 315e13c2bd62288e009da2d17eaf6a42380c7fbd /doc/python-coverage.1.txt | |
| parent | cc008dd00a2197792ae55d68b46e760c630b1189 (diff) | |
| download | python-coveragepy-git-4f6365167a0921335e1e365a3cff05a5907943dd.tar.gz | |
Docs for --contexts and --show-contexts
Diffstat (limited to 'doc/python-coverage.1.txt')
| -rw-r--r-- | doc/python-coverage.1.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index a415f080..1a06bf2e 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -8,7 +8,7 @@ measure code coverage of Python program execution :Author: Ned Batchelder <ned@nedbatchelder.com> :Author: |author| -:Date: 2018-05-28 +:Date: 2019-06-11 :Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 :Manual group: Coverage.py @@ -128,6 +128,9 @@ COMMAND REFERENCE Options: + \--contexts `PAT,...` + Only include contexts that match one of the patterns. + \-d `DIR`, --directory `DIR` Write the output files to `DIR`. @@ -137,6 +140,9 @@ COMMAND REFERENCE \-i, --ignore-errors Ignore errors while reading source files. + \--show-contexts + Annotate lines with the contexts that executed them. + \--skip-covered Skip files with 100% coverage. @@ -149,6 +155,9 @@ COMMAND REFERENCE Options: + \--contexts `PAT,...` + Only include contexts that match one of the patterns. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. @@ -229,7 +238,7 @@ HISTORY The |command| command is a Python program which calls the ``coverage`` Python library to do all the work. -The library was originally developed by Gareth Rees, and is now developed +It was originally developed by Gareth Rees, and is now developed by Ned Batchelder and many others. This manual page was written by |author|. |
