-
Notifications
You must be signed in to change notification settings - Fork 761
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
coveralls support #680
Comments
jimhester
added a commit
to jimhester/devtools
that referenced
this issue
Jan 6, 2015
This implements the use_coveralls function to add a coveralls test coverage report to the repository. It also enables a coveralls report for the devtools repository. closes r-lib#680
Merged
Wow, that looks really slick! |
jimhester
added a commit
to jimhester/devtools
that referenced
this issue
Jan 16, 2015
This implements the use_coveralls function to add a coveralls test coverage report to the repository. It also enables a coveralls report for the devtools repository. closes r-lib#680
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to have a
use_coveralls()
function to easily use coveralls.io in a package.This can be easily accomplished now using covr.
I will have a pull request implementing this shortly.
The text was updated successfully, but these errors were encountered: