From bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 25 Jan 2022 09:28:41 -0500 Subject: fix: more cleanup of --data-file options --- doc/python-coverage.1.txt | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'doc/python-coverage.1.txt') diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 41a3bbea..7cd16b8d 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -8,7 +8,7 @@ Measure Python code coverage :Author: Ned Batchelder :Author: |author| -:Date: 2021-01-24 +:Date: 2022-01-25 :Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 :Manual group: Coverage.py @@ -96,6 +96,10 @@ COMMAND REFERENCE \-d `DIR`, --directory=`DIR` Write the output files to DIR. + \--data-file `INFILE` + Read coverage data for report generation from this + file. Defaults to '.coverage'. + \-i, --ignore-errors Ignore errors while reading source files. @@ -123,6 +127,9 @@ COMMAND REFERENCE Append coverage data to .coverage, otherwise it starts clean each time. + \--data-file `DATAFILE` + Base name of the data files to operate on. Defaults to '.coverage'. + \--keep Keep original coverage data files. @@ -145,6 +152,11 @@ COMMAND REFERENCE Erase previously collected coverage data. + Options: + + \--data-file `DATAFILE` + Base name of the data files to operate on. Defaults to '.coverage'. + **help** [ `command` ] Describe how to use coverage.py. @@ -163,6 +175,10 @@ COMMAND REFERENCE \-d `DIR`, --directory `DIR` Write the output files to `DIR`. + \--data-file `INFILE` + Read coverage data for report generation from this file. + Defaults to '.coverage'. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. @@ -206,6 +222,10 @@ COMMAND REFERENCE \--contexts `PAT` [ , ... ] Only include contexts that match one of the regex patterns. + \--data-file `INFILE` + Read coverage data for report generation from this file. + Defaults to '.coverage'. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. @@ -238,6 +258,10 @@ COMMAND REFERENCE Options: + \--data-file `INFILE` + Read coverage data for report generation from this file. + Defaults to '.coverage'. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. @@ -267,6 +291,10 @@ COMMAND REFERENCE \--contexts `PAT` [ , ... ] Only include contexts that match one of the regex patterns. + \--data-file `INFILE` + Read coverage data for report generation from this file. + Defaults to '.coverage'. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. @@ -324,6 +352,10 @@ COMMAND REFERENCE \--context `CONTEXT` The context label to record for this coverage run. + \--data-file `OUTFILE` + Write the recorded coverage data to this file. + Defaults to '.coverage'. + \--include `PATTERN` [ , ... ] Include only files whose paths match one of these PATTERNs. Accepts shell-style wildcards, which must be quoted. @@ -357,6 +389,10 @@ COMMAND REFERENCE Options: + \--data-file `INFILE` + Read coverage data for report generation from this file. + Defaults to '.coverage'. + \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. -- cgit v1.2.1