File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 9
9
directory : " /"
10
10
labels :
11
11
- " dependency"
12
- open-pull-requests-limit : 10
12
+ open-pull-requests-limit : 1
13
13
package-ecosystem : " composer"
14
14
schedule :
15
15
interval : " daily"
Original file line number Diff line number Diff line change 10
10
resolveFromConfigFile =" true"
11
11
strictBinaryOperands =" true"
12
12
>
13
- <issueHandlers >
14
- <LessSpecificReturnType errorLevel =" info" />
15
- </issueHandlers >
16
-
17
13
<plugins >
18
14
<pluginClass class =" Psalm\PhpUnitPlugin\Plugin" />
19
15
</plugins >
Original file line number Diff line number Diff line change 22
22
stopOnSkipped =" false"
23
23
verbose =" true"
24
24
>
25
- <testsuites >
26
- <testsuite name =" Unit Tests" >
27
- <directory >.</directory >
28
- </testsuite >
29
- </testsuites >
30
25
<filter >
31
26
<whitelist addUncoveredFilesFromWhitelist =" true" processUncoveredFilesFromWhitelist =" true" >
32
27
<directory suffix =" .php" >../../src/</directory >
33
28
</whitelist >
34
29
</filter >
30
+ <testsuites >
31
+ <testsuite name =" Unit Tests" >
32
+ <directory >.</directory >
33
+ </testsuite >
34
+ </testsuites >
35
35
</phpunit >
You can’t perform that action at this time.
0 commit comments