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

Fix path to jacoco.xml for PR coverage reporting #433

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Jun 18, 2024

The jacoco.xml file is saved without directory structure in the workflow artifact, see for example: https://github.com/CycloneDX/cyclonedx-core-java/actions/runs/9569238922/artifacts/1613827643

The Report Coverage workflow currently assumes a nested directory structure, causing it to fail: https://github.com/CycloneDX/cyclonedx-core-java/actions/runs/9569252308/job/26381373192

@nscuro nscuro added the bug Something isn't working label Jun 18, 2024
@nscuro nscuro requested a review from a team as a code owner June 18, 2024 17:19
The `jacoco.xml` file is saved without directory structure in the workflow artifact, see for example: https://github.com/CycloneDX/cyclonedx-core-java/actions/runs/9569238922/artifacts/1613827643

The *Report Coverage* workflow currently assumes a nested directory structure, causing it to fail: https://github.com/CycloneDX/cyclonedx-core-java/actions/runs/9569252308/job/26381373192

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro merged commit 5e1d3a9 into master Jun 21, 2024
9 checks passed
@nscuro nscuro deleted the nscuro-patch-1 branch June 21, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants