ros-industrial / yak

A library for integrating depth images into Truncated Signed Distance Fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate code coverage metrics during CI

schornakj opened this issue · comments

Right now Yak has a code coverage metric of zero percent (profoundly shameful!). I think that seeing a reminder of that for every PR would be a good incentive to make that number something other than zero.

Tesseract added Codecov integration recently, and I like the reports it generates (an example here). Since Yak is an open-source package Codecov is probably a good option here as well.