We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876e146 commit e94c657Copy full SHA for e94c657
.github/workflows/php.yml
@@ -50,9 +50,7 @@ jobs:
50
- name: Download artifacts
51
uses: actions/download-artifact@v2
52
53
- - name: Upload coverage results to Coveralls
54
- env:
55
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
56
- run: |
57
- composer require php-coveralls/php-coveralls -n -W
58
- vendor/bin/php-coveralls --coverage_clover=clover.xml -v
+ - name: Coveralls GitHub Action
+ uses: coverallsapp/github-action@1.1.3
+ with:
+ github-token: ${{ secrets.COVERALLS_TOKEN }}
0 commit comments