Skip to content

Commit 858f418

Browse files
committed
chore: update package lock
1 parent f9ef8fd commit 858f418

File tree

2 files changed

+6308
-1
lines changed

2 files changed

+6308
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# check-code-coverage
1+
# check-code-coverage [![ci status][ci image]][ci url]
22
> Utilities for checking the coverage produced by NYC against extra or missing files
33
44
## Use
@@ -10,3 +10,6 @@ npx check-coverage main.js
1010
# check if .nyc_output/out.json has files foo.js and bar.js covered and nothing else
1111
npx only-covered foo.js bar.js
1212
```
13+
14+
[ci image]: https://github.com/bahmutov/check-code-coverage/workflows/ci/badge.svg?branch=master
15+
[ci url]: https://github.com/bahmutov/check-code-coverage/actions

0 commit comments

Comments
 (0)