Skip to content

Commit af07bc1

Browse files
author
farhadzand
committed
add log
1 parent c40c7cf commit af07bc1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,4 @@ jobs:
5454
5555
- name: Execute tests
5656
run: |
57-
vendor/bin/phpunit --coverage-clover=coverage.clover
58-
59-
- name: Upload coverage to Scrutinizer
60-
if: success()
61-
run: |
62-
wget https://scrutinizer-ci.com/ocular.phar
63-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover || true
57+
vendor/bin/phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)