-
Notifications
You must be signed in to change notification settings - Fork 113
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
Comments
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) |
You can also run code coverage yourself locally:
Then open |
I'll still have a look at coveralls though, thanks! |
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:
plus its free! |
cool, love it |
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):
The text was updated successfully, but these errors were encountered: