-
Notifications
You must be signed in to change notification settings - Fork 480
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
Run code coverage report on coveralls #177
Conversation
- os: linux | ||
env: CXX=g++-4.8 TEST_SUITE=test | ||
- os: linux | ||
env: CXX=g++-4.8 TEST_SUITE=coveralls |
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.
CXX
flags aren't needed here
fast_finish: true | ||
include: | ||
- os: linux | ||
env: CXX=g++-4.8 TEST_SUITE=test |
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.
This is not strictly needed as pretest
includes it.
Depends on #179 as node 4 build fails without that. |
istanbul? constantinople? byzantium? :) |
Should also add the icon to the README. |
No description provided.