File tree Expand file tree Collapse file tree 5 files changed +1608
-1892
lines changed Expand file tree Collapse file tree 5 files changed +1608
-1892
lines changed Original file line number Diff line number Diff line change @@ -215,14 +215,9 @@ jobs:
215
215
yarn tests:android:test-cover
216
216
yarn tests:android:test:jacoco-report
217
217
218
- - name : Submit Coverage
219
- # This can fail on timeouts etc, wrap with retry
220
- uses : nick-invision/retry@v2
218
+ - uses : codecov/codecov-action@v3
221
219
with :
222
- timeout_minutes : 10
223
- retry_wait_seconds : 60
224
- max_attempts : 3
225
- command : ./node_modules/.bin/codecov
220
+ verbose : true
226
221
227
222
- name : Compress Emulator Log
228
223
if : always()
Original file line number Diff line number Diff line change @@ -193,11 +193,6 @@ jobs:
193
193
name : simulator_log
194
194
path : simulator.log.gz
195
195
196
- - name : Submit Coverage
197
- # This can fail on timeouts etc, wrap with retry
198
- uses : nick-invision/retry@v2
196
+ - uses : codecov/codecov-action@v3
199
197
with :
200
- timeout_minutes : 10
201
- retry_wait_seconds : 60
202
- max_attempts : 3
203
- command : ./node_modules/.bin/codecov
198
+ verbose : true
Original file line number Diff line number Diff line change 55
55
command : yarn --no-audit --prefer-offline
56
56
- name : Jest
57
57
run : yarn tests:jest-coverage
58
- - name : Submit Coverage
59
- # This can fail on timeouts etc, wrap with retry
60
- uses : nick-invision/retry@v2
58
+ - uses : codecov/codecov-action@v3
61
59
with :
62
- timeout_minutes : 3
63
- retry_wait_seconds : 60
64
- max_attempts : 3
65
- command : ./node_modules/.bin/codecov
60
+ verbose : true
Original file line number Diff line number Diff line change 60
60
"@typescript-eslint/parser" : " ^5.40.1" ,
61
61
"babel-jest" : " ^29.2.0" ,
62
62
"clang-format" : " ^1.8.0" ,
63
- "codecov" : " ^3.8.3" ,
64
63
"conventional-changelog-cli" : " ^2.2.2" ,
65
64
"cross-env" : " ^7.0.3" ,
66
65
"eslint" : " ^8.25.0" ,
You can’t perform that action at this time.
0 commit comments