Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Added ability to get code coverage (for use with an online tool) #6473

Closed
jkup opened this issue Dec 30, 2016 · 0 comments
Closed

Added ability to get code coverage (for use with an online tool) #6473

jkup opened this issue Dec 30, 2016 · 0 comments

Comments

@jkup
Copy link
Contributor

jkup commented Dec 30, 2016

Test plan

  1. git clone git@github.com:brave/browser-laptop.git
  2. cd browser-laptop
  3. npm run unittest-cov
  4. 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:

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!

@jkup jkup self-assigned this Dec 30, 2016
@jkup jkup added automated-tests needs-investigation A bug not 100% confirmed/fixed that needs QA to better audit. labels Dec 30, 2016
bsclifton added a commit that referenced this issue Feb 26, 2017
@bsclifton bsclifton self-assigned this Feb 26, 2017
@bsclifton bsclifton modified the milestones: 0.13.5, 0.13.6 Feb 26, 2017
@bsclifton bsclifton changed the title Investigate code coverage tool Be able to get code coverage Mar 2, 2017
@bsclifton bsclifton changed the title Be able to get code coverage Be able to get code coverage (for use with an online tool) Mar 2, 2017
@bsclifton bsclifton added QA/test-plan-specified release-notes/include and removed needs-investigation A bug not 100% confirmed/fixed that needs QA to better audit. labels Mar 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants