codacy / codacy-coverage-reporter-action

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

Passing `coverage-reports` directly to cli #71

Closed veimox closed 5 months ago

veimox commented 1 year ago

Due to the lack of glob support on the cli we pre-processed files on the action having a comma-separated convetion. This is now not needed thanks to https://github.com/codacy/codacy-coverage-reporter/pull/444. We can now deprecate this parsing and pass the input directly to the CLI.

NOTE: I have verified that this works on a private repo