Skip to content

Commit

Permalink
Added html path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Aug 24, 2024
1 parent 445cc97 commit 3661201
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ echo "Start generating overall coverage reports"
mergeReportDir="$target/mergeReport"
# Make sure the folder is empty
rm -rf "$mergeReportDir"/*
# Use jacococli to generate HTML1
java -jar $jacococli report $execMergePath --classfiles $classOutPutDir --sourcefiles $project --html $mergeReportDir
# Use jacococli to generate HTML
java -jar $jacococli report $execMergePath --classfiles $classOutPutDir --sourcefiles $project --html $mergeReportDir/jacocoReport
# Use jacococli to generate XML
java -jar $jacococli report $execMergePath --classfiles $classOutPutDir --sourcefiles $project --xml $mergeReportDir/jacoco.xml

Expand Down

0 comments on commit 3661201

Please sign in to comment.