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
I'm using gulp and remap-istanbul to generate test coverage. I would like to know how to display the test coverage report in stdout, like the report generated by gulp-istanbul.
Thanks,
Jerry
The text was updated successfully, but these errors were encountered:
I am using gulp. Here is my remap-Istanbul task. Currently I read the text report file coverage-remap.txt using "fs" module and write the content to stdout using process.stdout.write. I wonder is there a way I can write the coverage report to stdout directly using remap-Istanbul?
Hi,
I'm using gulp and remap-istanbul to generate test coverage. I would like to know how to display the test coverage report in stdout, like the report generated by gulp-istanbul.
Thanks,
Jerry
The text was updated successfully, but these errors were encountered: