File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 30
30
"php" : " >= 7.4"
31
31
},
32
32
"require-dev" : {
33
+ "ext-pcov" : " *" ,
33
34
"drupol/php-conventions" : " ^5" ,
34
35
"infection/infection" : " ^0.26" ,
35
36
"phpbench/phpbench" : " ^1.2" ,
Original file line number Diff line number Diff line change 5
5
" src"
6
6
]
7
7
},
8
+ "tmpDir" : " build/logs/coverage/coverage-xml" ,
8
9
"logs" : {
9
10
"github" : true ,
10
11
"text" : " build/logs/infection/infection.log" ,
Original file line number Diff line number Diff line change 4
4
bootstrap =" ./vendor/autoload.php"
5
5
colors =" true"
6
6
executionOrder =" random"
7
+ beStrictAboutChangesToGlobalState =" true"
8
+ beStrictAboutOutputDuringTests =" false"
9
+ beStrictAboutCoversAnnotation =" true"
10
+ forceCoversAnnotation =" false"
7
11
failOnWarning =" true"
8
12
failOnRisky =" true"
13
+ failOnEmptyTestSuite =" true"
9
14
verbose =" true"
10
15
>
11
16
<testsuites >
14
19
</testsuite >
15
20
</testsuites >
16
21
17
- <coverage pathCoverage = " true " processUncoveredFiles =" true" >
22
+ <coverage processUncoveredFiles =" true" >
18
23
<include >
19
24
<directory suffix =" .php" >src</directory >
20
25
</include >
21
26
<report >
22
- <xml outputDirectory =" build/logs/coverage/coverage-xml" />
27
+ <xml outputDirectory =" build/logs/coverage/coverage-xml/infection " />
23
28
<html outputDirectory =" build/logs/coverage/html-coverage" />
24
29
<clover outputFile =" build/logs/coverage/clover.xml" />
25
30
</report >
You can’t perform that action at this time.
0 commit comments