diff options
Diffstat (limited to '.github/workflows/phpunit.yaml')
-rw-r--r-- | .github/workflows/phpunit.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index cde3d08..ce3bd65 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -54,10 +54,4 @@ jobs: color: green if: matrix.php-versions == '7.4' continue-on-error: true # if is fork - - name: Scrutinizer Code Coverage - run: | - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/coverage/coverage.clover - if: matrix.php-versions == '7.4' - continue-on-error: true # if is fork |