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

chore(travis): Enable test coverage generation #494

Merged
merged 1 commit into from
May 6, 2015
Merged

chore(travis): Enable test coverage generation #494

merged 1 commit into from
May 6, 2015

Conversation

pyfisch
Copy link
Contributor

@pyfisch pyfisch commented May 1, 2015

Generates a test coverage using kcov on travis. The coverage is only
generated for beta builds. kcov requires using sudo, so beta builds
can't run on container infrastructure anymore.

Closes #44
Coverage Status

Generates a test coverage using kcov on travis. The coverage is only
generated for beta builds. kcov requires using sudo, so beta builds
can't run on container infrastructure anymore.

Closes #44
@seanmonstar
Copy link
Member

Oh excellent!

There should be a way to install locally to the user, instead needing sudo, right?

@pyfisch
Copy link
Contributor Author

pyfisch commented May 4, 2015

I guess it will be complicated. We have to use apt-get to install some packages.

seanmonstar added a commit that referenced this pull request May 6, 2015
chore(travis): Enable test coverage generation
@seanmonstar seanmonstar merged commit 37dbf5a into hyperium:master May 6, 2015
@pyfisch pyfisch deleted the traviskcov branch May 16, 2015 10:55
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.

generate test coverage
2 participants