Skip to content

Commit

Permalink
Update help file
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Apr 26, 2019
1 parent 47b167d commit 589b9b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cli-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Other Options:

Coverage Options (Coverage 4.4.2):
-r, --run-coverage Produce coverage output.
-g FILE, --cov-config-file FILE
Specify a coverage config file. Implies --run-coverage
See the coverage documentation at
https://coverage.readthedocs.io/en/v4.5.x/config.html
for coverage config file syntax. The [run] and
[report] sections are most relevant.
-R, --quiet-coverage Do not print coverage report to stdout (coverage files
will still be created). Implies --run-coverage
-O, --clear-omit Green tries really hard to set up a good list of
Expand All @@ -110,6 +116,10 @@ Coverage Options (Coverage 4.4.2):
For example, if coverage reported a file
mypackage/foo/bar you could omit it from coverage with
'mypackage*', '*/foo/*', or '*bar'
-m X, --minimum-coverage X
Integer. A minimum coverage value. If not met, then we
will print a message and exit with a nonzero status.
Implies --run-coverage

Integration Options:
--completion-file Location of the bash- and zsh-completion file. To
Expand Down

0 comments on commit 589b9b3

Please sign in to comment.