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 7a11a07 commit 27647b3Copy full SHA for 27647b3
Jenkinsfile
@@ -5,6 +5,13 @@ pipeline {
5
steps {
6
sh 'composer install'
7
sh 'php vendor/bin/phpunit --coverage-openclover ./clover.xml'
8
+ recordCoverage(
9
+ skipPublishingChecks: true,
10
+ ignoreParsingErrors: true,
11
+ tools: [
12
+ [parser: 'CLOVER', pattern: 'build/logs/clover.xml']
13
+ ]
14
+ )
15
clover(
16
cloverReportDir: './',
17
cloverReportFileName: 'clover.xml',
0 commit comments