We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ef8fd commit 858f418Copy full SHA for 858f418
README.md
@@ -1,4 +1,4 @@
1
-# check-code-coverage
+# check-code-coverage [![ci status][ci image]][ci url]
2
> Utilities for checking the coverage produced by NYC against extra or missing files
3
4
## Use
@@ -10,3 +10,6 @@ npx check-coverage main.js
10
# check if .nyc_output/out.json has files foo.js and bar.js covered and nothing else
11
npx only-covered foo.js bar.js
12
```
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