Skip to content
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

Integration with Coverall.io #82

Merged
merged 2 commits into from
Oct 25, 2018
Merged

Integration with Coverall.io #82

merged 2 commits into from
Oct 25, 2018

Conversation

stefanberger
Copy link
Owner

This series of patches enables test coverage with gcc by using the configure option --enable-test-coverage. The test results are uploaded to Coverall.io at the end of a successful Travis run.

Support --enable-test-coverage as an option for compiling with
coverage instrumentation.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Integrate the Travis builds with Coveralls.io by sumitting the coverage
results to Coveralls.io.

We have to run the coveralls script with sudo rights since otherwise we
get permission denied errors.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
@stefanberger stefanberger merged commit 9a8ee12 into master Oct 25, 2018
@stefanberger stefanberger deleted the coverall branch December 18, 2018 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant