Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaswini-Chavan committed Jul 22, 2022
1 parent e6bc2ee commit 6b19536
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 @@ -39,7 +39,7 @@ jobs:
command: |
find .
JACOCO_SOURCE_PATH="/home/circleci/repo/order-service/order-service/src/main/java /home/circleci/repo/order-service-consumer/order-service-consumer/src/main/java" ./cc-test-reporter \
format-coverage order-service/order-service/target/my-reports/jacoco.xml,order-service-consumer/order-service-consumer/target/my-reports/jacoco.xml \
format-coverage order-service/order-service/target/my-reports/jacoco.xml order-service-consumer/order-service-consumer/target/my-reports/jacoco.xml \
--input-type jacoco \
#--add-prefix order-service/order-service
./cc-test-reporter upload-coverage
Expand Down

0 comments on commit 6b19536

Please sign in to comment.