paambaati / codeclimate-action

GitHub Action to send your code coverage to CodeClimate
MIT License
197 stars 65 forks source link

Run paambaati/codeclimate-action@v4.0.0 Error: File not found: '/home/runner/work/_actions/paambaati/codeclimate-action/v4.0.0/lib/main.js' #721

Closed amindadgar closed 6 months ago

amindadgar commented 6 months ago

Describe the bug I'm getting the error below while trying to use the paambaati/codeclimate-action@v4.0.0 in my GitHub workflow (It was working fine on Friday 3 days ago).

Run paambaati/codeclimate-action@v4.0.0
Error: File not found: '/home/runner/work/_actions/paambaati/codeclimate-action/v4.0.0/lib/main.js'

Version of codeclimate-action you're using v4.0.0

Example links The specific link I'm getting the error is https://github.com/TogetherCrew/broker-lib-py/actions/runs/7151934175/job/19508111559?pr=50

Expected behavior CodeClimate should get the coverage report and just upload it simply to codeClimate.

bpb27 commented 6 months ago

upgrading to 5.0.0 works for me:

uses: paambaati/codeclimate-action@v5.0.0

appears that the 4.0.0 package is looking for main.js but the package only has a main.ts

amindadgar commented 6 months ago

Thanks. upgrading to 5.0.0 worked. closing the issue now