From 65eaba0b2385bf4a374d4e254e48dd7db5d1bf0c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 15 Jul 2016 15:38:13 +0200 Subject: [PATCH] Updated codecov for Gradle --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 1266d965dd..6b5be2d780 100644 --- a/circle.yml +++ b/circle.yml @@ -31,6 +31,7 @@ test: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; - find . -type f -regex ".*/build/test-results/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; + - cd spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin && ./gradlew jacocoTestReport - bash <(curl -s https://codecov.io/bash) notify: webhooks: