Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coverage calculation is wrong #3

Open
henriquevcosta opened this issue Jun 12, 2018 · 0 comments
Open

Coverage calculation is wrong #3

henriquevcosta opened this issue Jun 12, 2018 · 0 comments

Comments

@henriquevcosta
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant