There was an error while loading. Please reload this page.
1 parent d63253a commit d94a23fCopy full SHA for d94a23f
circle.yml
@@ -1,4 +1,4 @@
1
test:
2
post:
3
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
4
- - pip install --user codecov && codecov
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments