Skip to content

Commit

Permalink
[TASK] Switch to the Coveralls GitHub action (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 23, 2024
1 parent 3b22b88 commit bfeacd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: "Show merged coverage files"
run: "ls -lahR ./build/logs/"
- name: "Upload coverage results to Coveralls"
uses: coverallsapp/github-action@v2
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./.Build/vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
file: build/logs/clover.xml
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"bnf/phpstan-psr-container": "^1.0.1",
"ergebnis/composer-normalize": "^2.43.0",
"friendsofphp/php-cs-fixer": "^3.62.0",
"php-coveralls/php-coveralls": "^2.7.0",
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "1.11.8",
"phpstan/phpstan-phpunit": "^1.4.0",
Expand Down

0 comments on commit bfeacd0

Please sign in to comment.