coverallsapp/github-action

jacoco doesn't work

ortex opened this issue ยท 2 comments

ortex commented

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 commented

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 commented

Thanks!