codacy / codacy-coverage-reporter

Multi-language coverage reporter for Codacy
https://www.codacy.com
Other
134 stars 94 forks source link

[TS-193] Feature request: Glob pattern for reports #443

Closed veimox closed 1 year ago

veimox commented 1 year ago

User story

As a dev,

I want to specify my reports with a glob pattern

so I don't have to spend time writing all the filepaths and maintaing those.

Specifics I would like the glob to be recursive such:

-r ./**/.xml                           # Should find all `.xml` files found in all recursive folders that 
-r ./rotten/potato.*.lcov      # Should find all lcov rotten potatos (e.g. `./rotten/potato.futuristic.lcox`)

I also would like this to work on the Github Action

github-actions[bot] commented 1 year ago

Internal ticket created : TS-193