coverallsapp / coverallsapp/github-action
Use action for report generated by php-coveralls/php-coveralls
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 520
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
I try to use this action for php project
Report generated by php-coveralls/php-coveralls and has format xml
I add
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./clover.xml
Step was failed with error 'error from lcovParse: ' 'Failed to parse string'
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 with the coverallsapp/github-action configuration shown in the issue and reproduce the failure using php-coveralls/php-coveralls output at ./clover.xml. Trace the lcovParse error and determine whether the action accepts this XML format; done means the reported coverage file is parsed successfully or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, php
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100