Skip to content

Commit

Permalink
Merge pull request #564 from equalizedigital/pattonwebz-patch-2
Browse files Browse the repository at this point in the history
Add coveralls-repo-toke
  • Loading branch information
pattonwebz authored Mar 29, 2024
2 parents e75f271 + 1c427f7 commit 95797fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-coverage-and-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
- name: Run PHPUnit and generate reports in clover and html format
run: ./vendor/bin/phpunit --coverage-clover=./coverage/clover.xml --coverage-html=./coverage/html

- name: Zip html coverage report
run: |
zip -r ./coverage/coverage-html.zip ./coverage/html
- name : Attach zipped coverage report as workflow artifact
uses: actions/upload-artifact@v2
with:
Expand All @@ -58,4 +54,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
coveralls-repo-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
path-to-lcov: ./coverage/coveralls.json

0 comments on commit 95797fc

Please sign in to comment.