Skip to content

Commit d94a23f

Browse files
author
Steve Peak
committed
Update circle.yml
1 parent d63253a commit d94a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
test:
22
post:
33
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
4-
- pip install --user codecov && codecov
4+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)