Skip to content

Commit

Permalink
Update the compared c8 install size.
Browse files Browse the repository at this point in the history
Fixes #1 .
  • Loading branch information
jaydenseric committed Dec 26, 2019
1 parent 2a0a79b commit a22b9e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# coverage-node changelog

## Next

### Patch

- Updated the compared [`c8` install size](https://packagephobia.now.sh/result?p=c8@7.0.0), fixing [#1](https://github.com/jaydenseric/coverage-node/issues/1).

## 2.0.0

### Major
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple CLI to run [Node.js](https://nodejs.org) and report code coverage.

- ✨ Zero config.
- 🏁 ~294 [SLOC](https://en.wikipedia.org/wiki/Source_lines_of_code), written from scratch to use [code coverage features](https://nodejs.org/api/cli.html#cli_node_v8_coverage_dir) built into Node.js v10+.
- 📦 [~308 kB install size](https://packagephobia.now.sh/result?p=coverage-node), compared to [6.61 MB for `c8`](https://packagephobia.now.sh/result?p=c8@6.0.1) or [9.01 MB for `nyc`](https://packagephobia.now.sh/result?p=nyc@15.0.0).
- 📦 [~308 kB install size](https://packagephobia.now.sh/result?p=coverage-node), compared to [2.02 MB for `c8`](https://packagephobia.now.sh/result?p=c8@7.0.0) or [9.01 MB for `nyc`](https://packagephobia.now.sh/result?p=nyc@15.0.0).
- 🖱Displays ignored or uncovered source code ranges as paths, clickable in IDEs such as [VS Code](https://code.visualstudio.com).

## Setup
Expand Down

0 comments on commit a22b9e0

Please sign in to comment.