Skip to content

Commit

Permalink
Update options doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Sep 23, 2020
1 parent 83d56e4 commit 9cee836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Fix help string for the `-O/--clear-omit` option. Resolves #231.
- Tweak a bit of green's self-coverage to adjust for making releases in Python 3.8

r
# Version 3.2.1
#### 9 Aug 2020

Expand Down
8 changes: 4 additions & 4 deletions cli-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Other Options:
-j FILENAME, --junit-report FILENAME
Generate a JUnit XML report.

Coverage Options (Coverage 5.1):
Coverage Options (Coverage 5.2.1):
-r, --run-coverage Produce coverage output.
-g FILE, --cov-config-file FILE
Specify a coverage config file. Implies --run-coverage
Expand All @@ -106,9 +106,9 @@ Coverage Options (Coverage 5.1):
the default list catches files that you DO want to
cover you can specify this flag to leave the default
list empty to start with. You can then add patterns
back in with --omit-add. The default list is something
like '*/test*,*/mock*,*(temp dir)*,*(python system
packages)*' -- only longer.
back in with --omit-patterns. The default list is
something like '*/test*,*/mock*,*(temp dir)*,*(python
system packages)*' -- only longer.
-u PATTERN, --include-patterns PATTERN
Comma-separated file-patterns to include in coverage.
This implies that anything that does not match the
Expand Down

0 comments on commit 9cee836

Please sign in to comment.