olamy commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817140781
########## File path: Jenkinsfile ########## @@ -174,7 +174,7 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options try { if (makeReports) { jacoco(changeBuildStatus: false, - execPattern: '**/*.exec', + execPattern: '**/target/jacoco*.exec', Review comment: it's to avoid a deep scanning which have a very poor performance where we know exactly file names we are looking for `jacoco*.exec` and directories. scanning everything is a waste of time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org