coveralls support #680
Closed
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: