We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068ee09 commit a0d5592Copy full SHA for a0d5592
circle.yml
@@ -0,0 +1,4 @@
1
+test:
2
+ post:
3
+ - if [ -e gradlew ]; then gradlew jacocoTestReport;else gradle jacocoTestReport;fi
4
+ - bash <(curl -s https://codecov.io/bash)
gradlew
gradlew.bat
0 commit comments