Skip to content

Commit

Permalink
Move coverage config to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Nov 27, 2023
1 parent fb8285e commit 1b51f50
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ build:
- chmod +x composer.phar
- ./composer.phar install
- ./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: clover
nodes:
coverage:
tests:
override:
- command: ./tools/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: clover
analysis:
tests:
override:
Expand Down

0 comments on commit 1b51f50

Please sign in to comment.