proposal icon indicating copy to clipboard operation
proposal copied to clipboard

Measuring testing coverage

Open bquast opened this issue 9 years ago • 4 comments

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:

  • https://coveralls.io/
  • https://codecov.io/

And congrats on your grant! the project looks amazing!

bquast avatar Nov 02 '15 13:11 bquast

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

gaborcsardi avatar Nov 02 '15 14:11 gaborcsardi

Great, I look forward to using this

bquast avatar Nov 02 '15 14:11 bquast

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.

jimhester avatar Nov 09 '15 15:11 jimhester

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

gaborcsardi avatar Nov 09 '15 17:11 gaborcsardi