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

Do not fail if no source was found #113

Open
filiphr opened this issue May 7, 2017 · 1 comment
Open

Do not fail if no source was found #113

filiphr opened this issue May 7, 2017 · 1 comment

Comments

@filiphr
Copy link

filiphr commented May 7, 2017

This is linked with #57.

I would like to have an option to emit a warning or ignore if a source could not be found. Currently I have to exclude all the files that I don't want in the report in the Jacoco plugin.

The use case is to not include generated files in the coverage report. Jacoco per default uses all the class files in the output directory to create the report, and the coveralls-maven-plugin uses the sources.

If you are interested in something like this I can have a look and try to add the functionality.

@ebcodes
Copy link

ebcodes commented Sep 1, 2017

+1. Would love this capability.

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

2 participants