[build][ci] update coverage submit script

This commit is contained in:
Michael Diarmid
2018-09-07 14:32:35 +01:00
committed by GitHub
parent d4682e1f5d
commit de985b6696

View File

@@ -212,7 +212,7 @@ jobs:
# TODO merge coverage output from android and iOS
- run:
name: Submit Coverage
command: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
command: yarn run codecov
- store_artifacts:
path: ~/detox-artifacts