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 17cea97 commit edc1600Copy full SHA for edc1600
.github/workflows/phpunit.yml
@@ -36,6 +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"
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