-
Notifications
You must be signed in to change notification settings - Fork 107
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
Code Coverage not available #773
Comments
The reason for that is that jacoco is not executed during the Maven build. There should be a dedicated build profile collecting the coverage data like https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/7a946166da2baf9962500b9b1e6f087b0664a68e/pom.xml#L682-L736 or https://github.com/apache/sling-parent/blob/aa90f32f4d4f2af9cf7ef80f6254840c3c525a97/sling-parent/pom.xml#L360-L467. |
Describe the bug
Each GitHub action running
codecov/codecov-action@v3
emits the following error(from https://github.com/adobe/asset-share-commons/runs/7117337296?check_suite_focus=true#step:7:1)
The last code coverage available at https://app.codecov.io/gh/Adobe-Marketing-Cloud/asset-share-commons is from over a year ago (CI with Travis).
The text was updated successfully, but these errors were encountered: