Skip to content

Commit

Permalink
Merge b04cb6b into 6cf3601
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 20, 2018
2 parents 6cf3601 + b04cb6b commit 54be981
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ The above example will output coverage metrics for `foo.js`.

run `c8 report` to regenerate reports after `c8` has already been run.

## Disclaimer
## Supported Node.js Versions

c8 uses
[bleeding edge Node.js features](https://github.com/nodejs/node/pull/22527),
make sure you're running Node.js `>= 10.10.0`.

## Goals of Project

A fully functional code coverage solution using only V8's native coverage
features and minimal user-land modules:

* no parsing of JavaScript code.
* no mucking with Node's runtime environment.

0 comments on commit 54be981

Please sign in to comment.