File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ build :
2
+ environment :
3
+ php :
4
+ version : 8.3.13
5
+ ini :
6
+ ' xdebug.mode ' : ' coverage'
7
+ nodes :
8
+ analysis :
9
+ project_setup :
10
+ override :
11
+ - ' true'
12
+ tests :
13
+ override :
14
+ - php-scrutinizer-run
15
+ - command : vendor/bin/phpunit --coverage-clover=coverage.clover
16
+ - command : vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
17
+ checks :
18
+ php : true
19
+ tools :
20
+ external_code_coverage :
21
+ timeout : 900
Original file line number Diff line number Diff line change 33
33
"rector/rector" : " ^2.0" ,
34
34
"rregeer/phpunit-coverage-check" : " ^0.3.1" ,
35
35
"shipmonk/composer-dependency-analyser" : " ^1.5" ,
36
- "symfony/property-access" : " ^7.0"
36
+ "symfony/property-access" : " ^7.0" ,
37
+ "uma/ocular" : " ^2.0"
37
38
},
38
39
"autoload" : {
39
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments