Skip to content

Commit a926c39

Browse files
a7medevHeshamMegid
authored andcommitted
[MOB-10968] Remove Codecov (#846)
1 parent ec08fb2 commit a926c39

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2.1
22
orbs:
33
android: circleci/[email protected]
4-
codecov: codecov/[email protected]
54
jobs:
65
danger:
76
docker:
@@ -46,9 +45,6 @@ jobs:
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:
@@ -78,9 +74,6 @@ jobs:
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:

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ test/
2424

2525
Dangerfile
2626
babel.config.js
27-
codecov.yml
2827
.prettierrc.js

codecov.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)