We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d5592 commit 8a14028Copy full SHA for 8a14028
circle.yml
@@ -1,4 +1,4 @@
1
test:
2
post:
3
- - if [ -e gradlew ]; then gradlew jacocoTestReport;else gradle jacocoTestReport;fi
+ - if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
4
- bash <(curl -s https://codecov.io/bash)
0 commit comments