Skip to content

Commit a182837

Browse files
committed
Added build tests
1 parent c0bc1ed commit a182837

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.scrutinizer.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,13 @@ filter:
3131
tools:
3232
external_code_coverage:
3333
timeout: 600
34-
runs: 1
34+
runs: 1
35+
36+
build:
37+
tests:
38+
override:
39+
-
40+
command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml'
41+
coverage:
42+
file: 'build/logs/clover.xml'
43+
format: 'clover'

0 commit comments

Comments
 (0)