Skip to content

Commit caf2843

Browse files
authored
add links to videos
1 parent 0b479d0 commit caf2843

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ npm i -D check-code-coverage
99
npx only-covered foo.js bar.js
1010
```
1111

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+
1217
## check-coverage
1318

1419
Checks if the file is present in the output JSON file and has 100% statement coverage

0 commit comments

Comments
 (0)