From 4ce27fb5b100c38cc4c50770d9f09a5d139d23ea Mon Sep 17 00:00:00 2001 From: Masiukevich Maksim Date: Sun, 3 Jan 2021 17:59:35 +0100 Subject: [PATCH] Cove coverage upload was removed --- .github/workflows/continuous-integration.yml | 33 +------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c18733d..91af9b8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -80,35 +80,4 @@ jobs: uses: jakejarvis/wait-action@master - name: Run tests with phpunit - run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.clover - - - name: Upload coverage file - uses: actions/upload-artifact@v2 - with: - name: phpunit.coverage - path: coverage.clover - - upload_coverage: - name: Upload coverage - runs-on: ubuntu-latest - needs: phpunit - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Install PHP - uses: shivammathur/setup-php@v2 - with: - php-version: 7.4 - coverage: none - tools: composer - - - name: Download coverage files - uses: actions/download-artifact@v2 - with: - path: reports - - - name: Send code coverage report to Scrutinizer - run: | - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover ./reports/phpunit.coverage/coverage.clover \ No newline at end of file + run: php ./vendor/bin/phpunit --configuration ./phpunit.xml \ No newline at end of file