Skip to content

Commit

Permalink
Changed file path to gather classes
Browse files Browse the repository at this point in the history
  • Loading branch information
karicordes committed Mar 11, 2024
1 parent 6d36ac8 commit 81718ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
docker stop mms
mkdir -p jacocoOutput
docker cp mms:/mms/jacocoOutput/jacoco-it.exec ./jacocoOutput/jacoco-it.exec
cp -r */build/classes/* TEMPORARYclassfiles/
cp -r ./*/build/classes/* TEMPORARYclassfiles/
java -jar jacocoJars/jacococli.jar report jacocoOutput/jacoco-it.exec --classfiles TEMPORARYclassfiles/ --xml ./jacocoOutput/jacocoXMLReport
rm -r TEMPORARYclassfiles
Expand Down

0 comments on commit 81718ea

Please sign in to comment.