Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaposa committed Dec 29, 2023
1 parent f3b2974 commit 6cd2c8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction

- name: Download code coverage reporter
run: composer global require scrutinizer/ocular

- name: Collect code coverage with phpunit/phpunit and
run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml

- name: Download code coverage reporter
run: wget https://scrutinizer-ci.com/ocular.phar

- name: Upload code coverage
run: php ocular.phar code-coverage:upload --format=php-clover clover.xml
run: ~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml

0 comments on commit 6cd2c8d

Please sign in to comment.