Skip to content

Commit

Permalink
Build: Remove use of node-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 9, 2022
1 parent 87640a2 commit 218a9ab
Show file tree
Hide file tree
Showing 3 changed files with 1,219 additions and 1,781 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Tests
run: npm run coverage

- run: npm run coveralls-upload
- name: Upload to coveralls.io
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
COVERALLS_SERVICE_NAME: github-actions
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.2/php-coveralls.phar
chmod +x php-coveralls.phar
./php-coveralls.phar -v --coverage_clover coverage/clover.xml --json_path coverage/coveralls.json

0 comments on commit 218a9ab

Please sign in to comment.