Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 68a9ad4

Browse files
committed
Init
1 parent 0f60597 commit 68a9ad4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.scrutinizer.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ checks:
2020
fix_identation_4spaces: true
2121
fix_doc_comments: true
2222

23-
tools:
24-
external_code_coverage:
25-
timeout: 600
26-
runs: 1
27-
2823
build:
2924
environment:
3025
php: 7.1.1
@@ -36,3 +31,10 @@ build:
3631
memcached: false
3732
neo4j: false
3833
rabbitmq: false
34+
tests:
35+
override:
36+
-
37+
command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml'
38+
coverage:
39+
file: 'build/logs/clover.xml'
40+
format: 'clover'

0 commit comments

Comments
 (0)