Madrapps / jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request
https://github.com/marketplace/actions/jacoco-report
MIT License
144 stars 63 forks source link

Fails in PR with "TypeError: Cannot read properties of undefined (reading 'split')" #66

Closed languitar closed 8 months ago

languitar commented 1 year ago

I have a PR in a project, where the action suddenly fails with the following error message:

Error: TypeError: Cannot read properties of undefined (reading 'split')

All other PRs work, also with the same version of the action.

In debug mode also no helpful information is printed. I only see the resolved path of the XML file before the action dies.

kimakunc commented 1 year ago

Hi, I have the same issue - any version of it that works for you ?

languitar commented 1 year ago

The same PR worked with 1.4

joelhullflex commented 1 year ago

I updated the jacoco-report version from 1.6 to 1.6.1. Fix it.

kuhnroyal commented 10 months ago

Yea 1.6.1. fixes this but it seems to be not correctly published to the marketplace, it does not get picked up by dependabot. So manual update required.