Use action for report generated by php-coveralls/php-coveralls
See original GitHub issueI 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'
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:7
Top Results From Across the Web
PHP - Coveralls Docs
This simple configuration will allow you to publish reports to Coveralls, be your build ran locally or on a CI system. CI SYSTEMS....
Read more >Coveralls Coverage Reports · Codefresh | Docs
This section details how coverage reports can be generated and forwarded to Coveralls with every Codefresh build. Analysis reports displayed within ...
Read more >Newest 'coveralls' Questions - Stack Overflow
I am building a GitHub action that uses coveralls to report the coverage. ... way to integrate coverage between a project with PHP...
Read more >satooshi/php-coveralls | packagist via the Tidelift Subscription
Could not load video · Catalog-hero_1 satooshi/php-coveralls is a part of the Tidelift Subscription · Get a head start with the Tidelift catalog...
Read more >php-coveralls - Bountysource
Context: · This requires telling coveralls that the reports are for a parallel build, and telling coveralls when it's finished. · phpunit doesn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Similar issue for Python.
Hello, for PHP, You may try this:
https://github.com/twinh/php-coveralls#github-actions
Add a new step after phpunit generate coverage report.