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

Add code coverage & codecov #13

Open
tpluscode opened this issue Jul 8, 2019 · 1 comment
Open

Add code coverage & codecov #13

tpluscode opened this issue Jul 8, 2019 · 1 comment

Comments

@tpluscode
Copy link
Member

https://github.com/codecov/example-java-maven

@tpluscode tpluscode mentioned this issue Jul 9, 2019
nicky508 added a commit that referenced this issue Jul 17, 2019
Added jacoco based on the blog but instead of using the test phase, used
the package phase.
@nicky508
Copy link
Collaborator

Jacoco was skipped because of the missing data file. This was caused because of jacoco wanting to creating the report before the file was created in the install/build cycle. Changed it to the package phase. now it works because the file is created and the tests are applied.

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

Successfully merging a pull request may close this issue.

2 participants