We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b479d0 commit caf2843Copy full SHA for caf2843
README.md
@@ -9,6 +9,11 @@ npm i -D check-code-coverage
9
npx only-covered foo.js bar.js
10
```
11
12
+Watch these short videos to see these tools in action:
13
+- [Check code coverage robustly using 3rd party tool](https://youtu.be/dwU5gUG2-EM)
14
+- [Adding code coverage badge to your project](https://youtu.be/bNVRxb-MKGo)
15
+- [Show code coverage in commit status check](https://youtu.be/AAl4HmJ3YuM)
16
+
17
## check-coverage
18
19
Checks if the file is present in the output JSON file and has 100% statement coverage
0 commit comments