-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check test coverage #445
Check test coverage #445
Conversation
hey @hyzhak I'm not sure updating the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you setup Travis CI
as well?
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
=========================================
Coverage ? 94.53%
=========================================
Files ? 336
Lines ? 5984
Branches ? 0
=========================================
Hits ? 5657
Misses ? 327
Partials ? 0 Continue to review full report at Codecov.
|
82ef1cd
to
bce39ed
Compare
hey @hyzhak I've set up the changes requested (travis ci + nyc). I think we can merge this now. Please take a look at this |
@yagyanshbhatia excellent! Thank you! There is only small issue and we can merge it |
@hyzhak okay done. Lets merge this. |
@hyzhak Is there anything else left to do here? If yes, please let me know |
resolves #442
Steps @hyzhak you'll need to setup
istanbul
andcodecov
(or use npm install)export CODECOV_TOKEN="<token>"
(get the token from the settings tab ofhttps://codecov.io/gh/internetarchive/internet-archive-voice-apps
)npm run test
and thennpm run report-coverage