codacy / codacy-coverage-reporter-action

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

[CY-4398] Allow coverage-reports to be set to file globs. #43

Closed AraHaan closed 3 years ago

AraHaan commented 3 years ago

For example let's say I want to upload coverage reports located under my tests subdirectory on my repository however:

As such I would rather do file globbing over a comma separated list of said files for multiple reasons:

This then has benefits as well too, 1 the resulting repositories would be smaller and more easier to focus on development on them as well and less pain in updating the CI's as then they would get updated in 1 place and used globally for all the other repositories.

github-actions[bot] commented 3 years ago

Internal ticket created : CY-4398

machadoit commented 3 years ago

Hi @AraHaan will need to check with the team to check if we want to implement this feature, will let you know

machadoit commented 3 years ago

We added this on our internal feature requests board, however we don't have any ETA of if/when we will tackle it. Feel free to contribute with a PR if you are interested, closing the ticket for now.

rohit-gohri commented 2 years ago

Since most people can't access the internal Jira, it would make sense to keep this ticket open so people can subscribe to it for future updates. I was just about to create a very similar ticket when I found this.

AraHaan commented 2 years ago

I agree, it would help combat possible duplicates.