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 27647b3 commit 110e099Copy full SHA for 110e099
Jenkinsfile
@@ -7,9 +7,9 @@ pipeline {
7
sh 'php vendor/bin/phpunit --coverage-openclover ./clover.xml'
8
recordCoverage(
9
skipPublishingChecks: true,
10
- ignoreParsingErrors: true,
+ ignoreParsingErrors: false,
11
tools: [
12
- [parser: 'CLOVER', pattern: 'build/logs/clover.xml']
+ [parser: 'CLOVER', pattern: 'clover.xml']
13
]
14
)
15
clover(
0 commit comments