game-ci / unity-test-runner

Run tests for any Unity project
https://github.com/marketplace/actions/unity-test-runner
MIT License
206 stars 135 forks source link

fix: add check before performing chmod on the code coverage path #262

Closed QuakeEye closed 5 months ago

QuakeEye commented 6 months ago

Add check before performing chmod on the code coverage path, as it does not exist if the Code Coverage package is not installed, or is not set up correctly.

This was previously not done, causing me to spend a lot of time on trying to figure out why the action did not function as I expected it to. I have also added a general message that gives some hints as to why the code coverage retrieval might not work.

Changes

Related Issues

Related PRs

Successful Workflow Run Link

PRs don't have access to secrets so you will need to provide a link to a successful run of the workflows from your own repo.

Checklist

github-actions[bot] commented 6 months ago

Cat Gif