Skip to content

Commit 7b6a5e6

Browse files
authored
add link to video on how to read HTML code coverage report
1 parent 8aa718a commit 7b6a5e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ All files | 100 | 100 | 100 | 100 |
104104
ERROR: Coverage for lines (100%) does not meet global threshold (101%)
105105
```
106106

107+
Watch video [How to read code coverage report](https://youtu.be/yVvCYtsmkZU) to see how to read the HTML coverage report.
108+
107109
## Instrument unit tests
108110

109111
If you test your application code directly from `specs` you might want to instrument them and combine unit test code coverage with any end-to-end code coverage (from iframe). You can easily instrument spec files using [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) for example.

0 commit comments

Comments
 (0)