Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

removing mocha html-cov and replacing it with istanbulJS #2279

Merged
merged 1 commit into from
Oct 3, 2017

Conversation

cpenarrieta
Copy link
Contributor

@cpenarrieta cpenarrieta commented Sep 30, 2017

mochaJs have removed their coverage implementation. This is why after running npm run coverage we get the following error Error: invalid reporter "html-cov".
I'm adding istanbulJs in order to fix the coverage in this project.
You can test this PR by running npm run coverage, you should see the following result:
image
A detailed html report will be created in /coverage/index.html

@amarzavery amarzavery merged commit e8d166b into Azure:master Oct 3, 2017
@amarzavery
Copy link
Contributor

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants