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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
you should see a very nice color coded dump of all files and their coverage
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:
alexwykoff
changed the title
Be able to get code coverage (for use with an online tool)
Added ability to get code coverage (for use with an online tool)
Mar 28, 2017
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: