File tree Expand file tree Collapse file tree 3 files changed +0
-51
lines changed Expand file tree Collapse file tree 3 files changed +0
-51
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
33 android : circleci/android@2.0
4- codecov : codecov/codecov@3.2.3
54jobs :
65 danger :
76 docker :
4645 environment :
4746 JEST_JUNIT_OUTPUT : test-results/jest/junit.xml
4847
49- - codecov/upload :
50- flags : javascript
51-
5248 - persist_to_workspace :
5349 root : ~/project
5450 paths :
7874 - android/run-tests :
7975 working-directory : ./example/android
8076 test-command : ./gradlew test
81- - codecov/upload :
82- flags : android
83- file : android/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
8477
8578 validate_shell_files :
8679 machine :
@@ -153,9 +146,6 @@ jobs:
153146 name : Convert xccov into lcov report
154147 working_directory : xccov2lcov
155148 command : swift run xccov2lcov ../ios/coverage/report.json > ../ios/coverage/coverage.txt
156- - codecov/upload :
157- flags : ios
158- file : ios/coverage/coverage.txt
159149
160150 e2e_ios :
161151 macos :
Original file line number Diff line number Diff line change 2424
2525Dangerfile
2626babel.config.js
27- codecov.yml
2827.prettierrc.js
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments