You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo isn't properly calculating coverage because the generic python module doesn't have any tests.
One option to fix this, which is the 'correct' way, is to create a new module 'test-reports' that has dependencies on all other modules and that runs a jacoco:aggregate-reports task (see here).
Another option is to add some unit tests on the module (which should be done anyway).
This repo isn't properly calculating coverage because the generic python module doesn't have any tests.
One option to fix this, which is the 'correct' way, is to create a new module 'test-reports' that has dependencies on all other modules and that runs a jacoco:aggregate-reports task (see here).
Another option is to add some unit tests on the module (which should be done anyway).
This issue may also be applicable to https://github.com/feedzai/feedzai-openml and https://github.com/feedzai/feedzai-openml-r.
The text was updated successfully, but these errors were encountered: