Skip to content

Commit 110e099

Browse files
authored
Do not ignore parsing errors & adjust clover file path
1 parent 27647b3 commit 110e099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ pipeline {
77
sh 'php vendor/bin/phpunit --coverage-openclover ./clover.xml'
88
recordCoverage(
99
skipPublishingChecks: true,
10-
ignoreParsingErrors: true,
10+
ignoreParsingErrors: false,
1111
tools: [
12-
[parser: 'CLOVER', pattern: 'build/logs/clover.xml']
12+
[parser: 'CLOVER', pattern: 'clover.xml']
1313
]
1414
)
1515
clover(

0 commit comments

Comments
 (0)