Skip to content

Commit 77ad53d

Browse files
committed
Removed upload coverage tests
1 parent 2303084 commit 77ad53d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ jobs:
5252

5353
- name: Execute tests
5454
continue-on-error: ${{ matrix.php > 8 }}
55-
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
56-
57-
- name: Upload coverage
58-
run: |
59-
wget https://scrutinizer-ci.com/ocular.phar
60-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
55+
run: vendor/bin/phpunit --verbose
6156

6257
windows_tests:
6358
runs-on: windows-latest

0 commit comments

Comments
 (0)