We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c923 commit 9820b78Copy full SHA for 9820b78
.scrutinizer.yml
@@ -1,11 +1,18 @@
1
build:
2
+ environment:
3
+ php:
4
+ version: 8.2
5
+ variables:
6
+ XDEBUG_MODE: coverage
7
nodes:
- my-tests:
- environment:
- php:
- version: 8.2
- variables:
8
- XDEBUG_MODE: coverage
+ analysis:
9
+ project_setup:
10
+ override:
11
+ - 'true'
12
+ tests:
13
14
+ - php-scrutinizer-run
15
+ tests: true
16
coverage:
17
tests:
18
override:
@@ -27,10 +34,6 @@ checks:
27
34
ruleset_path: 'phpcs.xml'
28
35
29
36
tools:
30
- external_code_coverage:
31
- timeout: 1800
32
- runs: 2
33
-
37
php_cs_fixer:
38
enabled: true
39
extensions:
0 commit comments