This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch it-coverage
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/it-coverage by this push:
new 07d18d1 HOP-2844: switch to jacoco over jacocoAdapter
new b9f3320 Merge pull request #788 from hansva/it-coverage
07d18d1 is described below
commit 07d18d130f006a98e1e401c944e5eda73fc5a3c4
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat May 1 13:38:54 2021 +0200
HOP-2844: switch to jacoco over jacocoAdapter
---
Jenkinsfile.daily | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index d9d4f15..93208a6 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -113,7 +113,7 @@ pipeline {
}
post {
always {
- publishCoverage adapters:
[jacocoAdapter('integration-tests/jacoco/jacoco.xml')]
+ publishCoverage adapters:
[jacoco('integration-tests/jacoco/jacoco.xml')]
cleanWs()
emailext(
subject: '${DEFAULT_SUBJECT}',