Coverage
We started the development of fluidsimfoam without taking care of the test coverage. It's time to do it seriously. I'd like to have a good solution well integrated with Heptapod.
-
make cov
should print a coverage report (easy, see https://github.com/snek5000/snek5000) -
It should be easy to visualize coverage changes from a MR (computed with the CI, shown with a web interface) -
MR should be blocked as long as the coverage decreases
@gracinet I actually don't know how the 2 last points could be achieved with Heptapod and Heptapod CI. Do you know if some projects in foss.heptapod.net already have something like that?
Edited by Pierre Augier