Skip to content

Commit

Permalink
ci: Fix scrutinizer upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2021
1 parent d720355 commit ed9e532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:

- name: Send Scrutinizer data
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage/clover.xml
composer require scrutinizer/ocular --dev
vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/coverage/clover.xml
continue-on-error: true

0 comments on commit ed9e532

Please sign in to comment.