diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index da22584..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -coverage_clover: /tmp/coverage/*.xml -json_path: /tmp/coverage/coverage.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e0807..20cf48f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_RUN_LOCALLY: 1 - run: vendor/bin/php-coveralls --verbose + run: vendor/bin/php-coveralls --coverage_clover /tmp/coverage/clover.xml --json_path /tmp/coverage/coveralls.json test_with-php-versions: runs-on: ubuntu-18.04