You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this has been very useful. I do have on issue that if others are seeing, would be nice to have addressed: I get a coverage report such as:
coverage/ | 82.15 | 58.46 | 80.36 | 74.45 |
mybrowserified.js | 82.15 | 58.46 | 80.36 | 74.45 |
mylib/js/ | 94.75 | 81.21 | 95.74 | 96.28 |
file1.js | 100 | 100 | 100 | 100 |
file2.js | 90.57 | 90 | 86.96 | 90.2 |
.....
I want to run istanbul on file1.js and file2.js, not on the code added by the browserify process. According to the report above, my files have 81% statement coverage, but after adding in the browserify code, its only 58%. Which then throws errors in my system for terrible coverage.
The text was updated successfully, but these errors were encountered:
Hi, this has been very useful. I do have on issue that if others are seeing, would be nice to have addressed: I get a coverage report such as:
coverage/ | 82.15 | 58.46 | 80.36 | 74.45 |
mybrowserified.js | 82.15 | 58.46 | 80.36 | 74.45 |
mylib/js/ | 94.75 | 81.21 | 95.74 | 96.28 |
file1.js | 100 | 100 | 100 | 100 |
file2.js | 90.57 | 90 | 86.96 | 90.2 |
.....
I want to run istanbul on file1.js and file2.js, not on the code added by the browserify process. According to the report above, my files have 81% statement coverage, but after adding in the browserify code, its only 58%. Which then throws errors in my system for terrible coverage.
The text was updated successfully, but these errors were encountered: