Skip to content

Commit

Permalink
update cli doc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 5, 2022
1 parent 8f2baa7 commit 120a544
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/src/content/docs/cli/index.md
Expand Up @@ -19,7 +19,7 @@ information.
Usage:
tap [options] [<files>]
tap v15.2.3 - A Test-Anything-Protocol library for JavaScript
tap v16.0.0 - A Test-Anything-Protocol library for JavaScript
Executes all the files and interprets their output as TAP formatted test result
data. If no files are specified, then tap will search for testy-looking files,
Expand Down Expand Up @@ -236,7 +236,12 @@ Code Coverage Options:
enabled by default.
If a COVERALLS_REPO_TOKEN environment variable is set,
then coverage is sent to the coveralls.io service.
and the 'coveralls' module is installed, then coverage
is sent to the coveralls.io service.
Note that tap does not automatically install coveralls,
it must already be present in your project to use this
feature.
-no-cov --no-coverage Do not capture coverage information. Note that if nyc
is already loaded, then the coverage info will still be
Expand Down Expand Up @@ -445,7 +450,8 @@ Other Options:
Environment Variables:
COVERALLS_REPO_TOKEN Set to a Coveralls token to automatically send coverage
information to https://coveralls.io
information to https://coveralls.io, if the 'coveralls'
module is installed in the project.
TAP_CHILD_ID Test files have this value set to a numeric value when
run through the test runner. It also appears on the
Expand Down

0 comments on commit 120a544

Please sign in to comment.