Skip to content

Commit ac62ce8

Browse files
committed
Update .scrutinizer.yml.
1 parent cbbc20f commit ac62ce8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ build:
1616
override:
1717
- php-scrutinizer-run
1818

19-
tests:
20-
override:
21-
- command: './bin/phing unit'
22-
coverage:
23-
file: 'test/coverage.xml'
24-
format: 'php-clover'
19+
coverage:
20+
tests:
21+
override:
22+
- command: './bin/phing unit'
23+
coverage:
24+
file: 'test/coverage.xml'
25+
format: 'php-clover'

0 commit comments

Comments
 (0)