coverallsapp / coverallsapp/github-action
Add support for glob patterns in path-to-lcov
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 520
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to add support for glob patterns in path-to-lcov?
The tool stack I'm using generates the lcov inside a folder named as a GUID. Not having to specify it would be very helpful.
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./TestResults/**/coverage.info
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the action reads the path-to-lcov input and how it currently handles the ./TestResults/**/coverage.info value. Check the existing action tests or validation around that input; done means glob patterns resolve the generated coverage.info file while direct paths continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100