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

jacoco doesn't work #160

Closed
ortex opened this issue Apr 2, 2023 · 2 comments · Fixed by coverallsapp/coverage-reporter#46
Closed

jacoco doesn't work #160

ortex opened this issue Apr 2, 2023 · 2 comments · Fixed by coverallsapp/coverage-reporter#46

Comments

@ortex
Copy link

ortex commented Apr 2, 2023

related to #22

action: https://github.com/roc-streaming/roc-java/actions/runs/4589393860/jobs/8104254169

workflow: roc-streaming/roc-java#67

jacocoTestReport.xml valid and works fine with codecov https://app.codecov.io/gh/roc-streaming/roc-java/tree/jacoco-ci/src

but fails with coveralls:

✏️ Forced coverage format: jacoco
📄 Using coverage file: /home/runner/work/roc-java/roc-java/build/reports/jacoco/test/jacocoTestReport.xml
#<Enumerable::EmptyError:Empty enumerable>
Error: Process completed with exit code 1.

Just in case, locally generated jacocoTestReport.xml from the same branch
jacocoTestReport.txt

@mrexox
Copy link
Contributor

mrexox commented Apr 3, 2023

Hey! Thank you for the issue. It was the problem with parsing, and now it should be fixed. If you retry the workflow, everything should work fine.

Feel free to reopen the issue if the bug persists or you see any other issues.

@ortex
Copy link
Author

ortex commented Apr 3, 2023

Thanks!

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