r-hub / proposal

r-hub: the everything-builder the R community needs. This is the original r-hub proposal, as submitted to the R Consortium
97 stars 7 forks source link

Measuring testing coverage #4

Open bquast opened 8 years ago

bquast commented 8 years ago

If continuous integration is implemented, perhaps it would be useful to design this in such a way that it would also measure the extend to which testing covers the code, similar to:

And congrats on your grant! the project looks amazing!

gaborcsardi commented 8 years ago

:+1: Thanks! Absolutely, we'll have code coverage.

bquast commented 8 years ago

Great, I look forward to using this

jimhester commented 8 years ago

cough https://github.com/jimhester/covr cough

@gaborcsardi codecov particularly is already supported for jenkins (relevant for r-hub) assuming the normal environment variables are set on the jenkins server.

gaborcsardi commented 8 years ago

Yeah, covr is the way to go. But we need some basic infrastructure first. :)