-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add code coverage step to circle CI pipeline, add coveralls dependency #246
Conversation
c7cb355
to
6ac5171
Compare
Nice! :D |
dca1483
to
9dee375
Compare
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.
Good work Marccio! but i think we need to fix the time it takes to the tests before merging this.
Coverage takes more resources than normal tests, and it's getting to many errors from timeout at the moment, so i would wait we fix that before merging this one
9dee375
to
c8b078e
Compare
…te circleci config version
… deployIntegrationTest npm script
…coveralls coverage badge to bridge's README.md
914aa75
to
12166d1
Compare
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.
Nice!
version: 2 | ||
version: 2.1 | ||
orbs: | ||
coveralls: coveralls/[email protected] |
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.
awsome did not know about this 💯
deployIntegrationTest
npm script