TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Find how to ignore files in CodeCov and Ignore them #103

Closed ZivIzhar closed 7 years ago

ZivIzhar commented 7 years ago

Find a way to ignore files in codecov in our project. problematic since we use multiple projects in maven...

ZivIzhar commented 7 years ago

Unfortunately, since our project is a multi module maven project, we are unable to use codecov in order to test our coverage correctly.

The problem is that we cant use any other feature of codecov besides the basic code coverage test... we can't ignore files, we can only test one of our modules and etc...

I checked the option of reuniting the modules, but it's a lot of work that will block everyone else, therefore, not an option.

I've also looked into "Coveralls", it also looks like it won't be able to handle it...

As far as I can see, the only thing that will work is using jacoco (java code coverage library). However, that's a java library and not an CI service.

We should decide if we want to use jacoco or sticking to the limited CodeCov. Creating an issue to discuss.