Skip to content

Commit

Permalink
chore: remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 14, 2021
1 parent 7d211c8 commit 3fb1e6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.clover --coverage-text

- name: Download scrutinizer ocular.phar
if: ${{ matrix.php-versions == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
run: wget https://scrutinizer-ci.com/ocular.phar

- name: Upload code coverage to scrutinizer
if: ${{ matrix.php-versions == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
run: php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 3fb1e6f

Please sign in to comment.