Skip to content

Commit 661f3cf

Browse files
authored
Remove codecov from CI configuration (#1101)
1 parent 2d35ab9 commit 661f3cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2.1
22

33
orbs:
4-
codecov: codecov/[email protected]
54
utils: ethereum-optimism/[email protected]
65

76
executors:
@@ -61,9 +60,6 @@ jobs:
6160
MAINNET_RPC_URL: << pipeline.parameters.mainnet_rpc_url >>
6261
- store_test_results:
6362
path: << parameters.package >>/test-results.xml
64-
- codecov/upload:
65-
disable_search: true
66-
files: ./<<parameters.package>>/coverage.out
6763

6864
run-tool:
6965
circleci_ip_ranges: true

0 commit comments

Comments
 (0)