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

Integrate with coveralls.io #20

Open
sparty02 opened this issue Jun 3, 2015 · 5 comments
Open

Integrate with coveralls.io #20

sparty02 opened this issue Jun 3, 2015 · 5 comments

Comments

@sparty02
Copy link
Contributor

sparty02 commented Jun 3, 2015

Integrate with coveralls to report on code coverage of unit tests via continuous integration.

Two initial things are needed to make this happen (@davidmoten would have to tackle these):

  1. Establish the rxjava-jdbc repo at coveralls.io. When you sign in with your github creds, it'll be obvious what to do.
  2. Add an environment variable in travis called "COVERALLS_REPO_TOKEN". The value for this will be provided after you establish the repo in coveralls.
@davidmoten
Copy link
Owner

code coverage is here: http://davidmoten.github.io/rxjava-jdbc/cobertura/index.html. I update it with a quick script run after releasin (about to do it now)

@davidmoten
Copy link
Owner

You can also run code coverage yourself locally:

mvn cobertura:cobertura

Then open target/site/cobertura/index.html

@davidmoten
Copy link
Owner

I'll still have a look at coveralls though, thanks!

@sparty02
Copy link
Contributor Author

sparty02 commented Jun 3, 2015

Thanks, I totally missed that you published the site, but I do see the link on the README now. That being said, you may still want to consider coveralls as it provides some nice/interesting integrations with a github workflow:

  • Coverage auditing over time
  • Potential to block PRs if code coverage drops/etc
  • Badges for README
  • ....and more

plus its free!

@davidmoten
Copy link
Owner

cool, love it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants