eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

JaCoCo code coverage report is not computed correctly #266

Open ndoschek opened 1 year ago

ndoschek commented 1 year ago

We are using JaCoCo in separate package to compute code coverage, with current master the values are not computed correctly anymore, we get 0% coverage for all packages.

Also, is this report still relevant for our use case? As we do not publish the coverage anywhere, we could remove the separate package and describe in the README how to compute the coverage with EclEmma in Eclipse (also based on JaCoCo).

eneufeld commented 1 year ago

I would love to keep it. We should actually improve here even more and check that a PR does not decrease the coverage (significantly).