Skip to content

Commit be935f1

Browse files
committed
fix(ci): Trying to fix scrutinizer coverage upload
1 parent 03846cd commit be935f1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.scrutinizer.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
filter:
2-
paths: [src/*]
2+
paths: [ src/* ]
33
checks:
4-
php: true
4+
php: true
55
tools:
6-
external_code_coverage:
7-
timeout: 600
8-
6+
external_code_coverage:
7+
timeout: 600
8+
build:
9+
nodes:
10+
analysis:
11+
tests:
12+
override:
13+
- php-scrutinizer-run

0 commit comments

Comments
 (0)