codacy / codacy-coverage-reporter-action

GitHub Action for the codacy-coverage-reporter
Other
56 stars 15 forks source link

[TS-183] Github action not recognizing #69

Closed mrava87 closed 1 year ago

mrava87 commented 1 year ago

Hello, thank you for the great action :)

I am trying to set it up on my project but I am not successful. Here is the log of my action https://github.com/PyLops/pylops/actions/runs/3974803446/jobs/6814288819

I have set up CODACY_PROJECT_TOKEN as explained in your documentation (see screenshot). Any idea what I am doing wrong?

Thank you!

Screen Shot 2023-01-21 at 3 32 34 PM
github-actions[bot] commented 1 year ago

Internal ticket created : TS-183

mrava87 commented 1 year ago

Hello, anyone able to help with this?

mrava87 commented 1 year ago

Hello, can anyone reply if this repo is still maintained? It would be good to understand if we can rely on it or not for our project.

miskovicm commented 1 year ago

Hi, the log states that your coverage report file [./] could not be parsed, but it seems you already resolved this issue.

mrava87 commented 1 year ago

Yea, issue fixed.

There is one thing that may be worth mentioning somewhere, which is what make my action fail for long time. ‘pull_request’ tags do not take secret variables making the authentication fail, ‘ pull_request_target’ must be used instead :)