From 1b51f5040c70017bd276fb60fdaf6fa7e98474e4 Mon Sep 17 00:00:00 2001 From: Sebastian Feldmann Date: Mon, 27 Nov 2023 12:42:25 +0100 Subject: [PATCH] Move coverage config to right place --- .scrutinizer.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 535851a8..bcba774d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -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: