diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 21:05:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:05:11 +0000 |
commit | 9be06b2a707172ae9ea55e6364df7b953907922c (patch) | |
tree | d84f979c1217621181c4e832af394604b969fb7f /.github/workflows/phpunit.yaml | |
parent | 74a0da56a79965b1536c2ee6eba5d37744c0fda7 (diff) | |
download | php7-mysql-shim-9be06b2a707172ae9ea55e6364df7b953907922c.zip php7-mysql-shim-9be06b2a707172ae9ea55e6364df7b953907922c.tar.gz php7-mysql-shim-9be06b2a707172ae9ea55e6364df7b953907922c.tar.bz2 |
Remove scrutinizer
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 |