Skip to content

Commit

Permalink
Address deprecated coverage report step
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Nov 14, 2023
1 parent 6880969 commit e4025c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for (int i = 0; i < platforms.size(); ++i) {
tools: [java(), spotBugs(pattern: '**/target/spotbugsXml.xml')]
)

publishCoverage adapters: [jacocoAdapter(mergeToOneReport: true, path: 'vanilla-package/target/site/jacoco-aggregate/*.xml')]
recordCoverage(tools: [[parser: 'JACOCO', pattern: 'vanilla-package/target/site/jacoco-aggregate/*.xml']], sourceCodeRetention: 'MODIFIED')
}
}
}
Expand Down

0 comments on commit e4025c9

Please sign in to comment.