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 1
1
version : 2.1
2
2
orbs :
3
3
android :
circleci/[email protected]
4
- codecov :
codecov/[email protected]
5
4
jobs :
6
5
danger :
7
6
docker :
46
45
environment :
47
46
JEST_JUNIT_OUTPUT : test-results/jest/junit.xml
48
47
49
- - codecov/upload :
50
- flags : javascript
51
-
52
48
- persist_to_workspace :
53
49
root : ~/project
54
50
paths :
78
74
- android/run-tests :
79
75
working-directory : ./example/android
80
76
test-command : ./gradlew test
81
- - codecov/upload :
82
- flags : android
83
- file : android/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
84
77
85
78
validate_shell_files :
86
79
machine :
@@ -153,9 +146,6 @@ jobs:
153
146
name : Convert xccov into lcov report
154
147
working_directory : xccov2lcov
155
148
command : swift run xccov2lcov ../ios/coverage/report.json > ../ios/coverage/coverage.txt
156
- - codecov/upload :
157
- flags : ios
158
- file : ios/coverage/coverage.txt
159
149
160
150
e2e_ios :
161
151
macos :
Original file line number Diff line number Diff line change 24
24
25
25
Dangerfile
26
26
babel.config.js
27
- codecov.yml
28
27
.prettierrc.js
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments