Skip to content

Commit

Permalink
Try to make coverage report work
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Nov 27, 2023
1 parent 5ea3238 commit fb8285e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ build:
- wget -O composer.phar https://getcomposer.org/composer.phar
- chmod +x composer.phar
- ./composer.phar install
- ./tools/phive update-repository-list
- ./tools/phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0
tests:
override:
- command: ./tools/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: php-clover
format: clover
nodes:
analysis:
tests:
Expand Down

0 comments on commit fb8285e

Please sign in to comment.