Skip to content

Commit 8a14028

Browse files
changes
1 parent a0d5592 commit 8a14028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
test:
22
post:
3-
- if [ -e gradlew ]; then gradlew jacocoTestReport;else gradle jacocoTestReport;fi
3+
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
44
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)