diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index def8ac3f..91d57baf 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -79,9 +79,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/bin/php-coveralls --coverage_clover=./.Build/logs/clover.xml --json_path=./.Build/logs/coveralls-upload.json -v + file: build/logs/clover.xml strategy: fail-fast: false matrix: diff --git a/composer.json b/composer.json index b4113018..4a47caa9 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,6 @@ "friendsofphp/php-cs-fixer": "^3.62.0", "helmich/typo3-typoscript-lint": "^3.1.1", "icanhazstring/composer-unused": "^0.8.11", - "php-coveralls/php-coveralls": "^2.7.0", "php-parallel-lint/php-parallel-lint": "^1.4", "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.4.1",