This repository was archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
Added ability to get code coverage (for use with an online tool) #6473
Milestone
Comments
bsclifton
added a commit
that referenced
this issue
Feb 26, 2017
…ge using istanbul. Auditors: @alexwykoff, @bbondy Fixes #6473
4 tasks
This was referenced Mar 14, 2017
This was referenced Mar 17, 2017
This was referenced Mar 21, 2017
This was referenced Mar 28, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test plan
git clone git@github.com:brave/browser-laptop.git
cd browser-laptop
npm run unittest-cov
Original issue description
Now that we have some great test tools integrated it might be cool to add a code coverage tool. As far as I know they all integrate with Travis CI and are all free for open source projects! The big ones I think are:
https://coveralls.io/
https://codecov.io/
https://codeclimate.com/
It would be cool if these were easy to integrate and could help us move towards better test coverage!
The text was updated successfully, but these errors were encountered: