coverallsapp / coverallsapp/github-action

Add support for glob patterns in path-to-lcov

Open
#36 4 comments 12 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.