Skip to content

Commit 1dad69f

Browse files
committed
update scrutinizer.yml
1 parent df638c1 commit 1dad69f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.scrutinizer.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
build:
2+
nodes:
3+
analysis:
4+
project_setup:
5+
override: true
6+
tests:
7+
override: [php-scrutinizer-run]
8+
19
filter:
210
excluded_paths: [tests/*]
311

@@ -16,3 +24,8 @@ checks:
1624
fix_line_ending: true
1725
fix_identation_4spaces: true
1826
fix_doc_comments: true
27+
28+
tools:
29+
external_code_coverage:
30+
timeout: 600
31+
runs: 3

0 commit comments

Comments
 (0)