File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 70
70
- ./gradlew installDebugAndroidTest
71
71
- ./gradlew createDebugCoverageReport || scripts/uploadReport.sh $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER "master" "IT" $DRONE_PULL_REQUEST $GIT_USERNAME $GIT_TOKEN
72
72
- ./gradlew combinedTestReport
73
- - curl -o codecov.sh https://codecov.io/bash
74
- - bash ./codecov.sh -t 2eec98c3-ff20-4cad-9e08-463471a33431
73
+ - curl -Os https://uploader.codecov.io/latest/linux/codecov
74
+ - chmod +x codecov
75
+ - ./codecov -t 2eec98c3-ff20-4cad-9e08-463471a33431
75
76
76
77
- name : notify
77
78
image : drillster/drone-email
@@ -158,8 +159,9 @@ steps:
158
159
- ./gradlew installDebugAndroidTest
159
160
- ./gradlew createDebugCoverageReport || scripts/uploadReport.sh $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER "stable" "IT" $DRONE_PULL_REQUEST $GIT_USERNAME $GIT_TOKEN
160
161
- ./gradlew combinedTestReport
161
- - curl -o codecov.sh https://codecov.io/bash
162
- - bash ./codecov.sh -t 2eec98c3-ff20-4cad-9e08-463471a33431
162
+ - curl -Os https://uploader.codecov.io/latest/linux/codecov
163
+ - chmod +x codecov
164
+ - ./codecov -t 2eec98c3-ff20-4cad-9e08-463471a33431
163
165
164
166
- name : notify
165
167
image : drillster/drone-email
You can’t perform that action at this time.
0 commit comments