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 2b763d1 commit fd8e835Copy full SHA for fd8e835
.gitattributes
@@ -6,6 +6,5 @@ tests/ export-ignore
6
.codecov.yml export-ignore
7
.gitattributes export-ignore
8
.gitignore export-ignore
9
-.scrutinizer.yml
10
.styleci.yml export-ignore
11
phpunit.yml export-ignore
.github/workflows/phpunit.yml
@@ -34,9 +34,3 @@ jobs:
34
run: |
35
mkdir -p build/logs
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
.scrutinizer.yml
0 commit comments