Skip to content

Commit 9c0caa4

Browse files
committed
Update the scrutinizer config to allow external code coverage
See: https://scrutinizer-ci.com/docs/tools/external-code-coverage/
1 parent 972b79c commit 9c0caa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ checks:
1717
fix_identation_4spaces: true
1818
fix_doc_comments: true
1919

20+
tools:
21+
external_code_coverage:
22+
timeout: 600
23+
runs: 4

0 commit comments

Comments
 (0)