We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104ba9f commit adacd4dCopy full SHA for adacd4d
.github/workflows/phpunit.yml
@@ -36,7 +36,7 @@ jobs:
36
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
37
38
- name: Scrutinizer CI
39
- if: success() && matrix.php == "8.0" && matrix.laravel == "8.0"
+ if: success() && matrix.php == '8.0' && matrix.laravel == '8.0'
40
run: |
41
wget https://scrutinizer-ci.com/ocular.phar
42
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments