Skip to content

Commit a09bcf8

Browse files
📦 Update dependency codecov to v5 (#40189)
* 📦 Update dependency codecov to v5 * Forward fix codecov parameters in circleci config * Tag-along fix for cache saving config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Rozenberg <rodaniel@amp.dev>
1 parent 67e9897 commit a09bcf8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.circleci/config.yml

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

33
orbs:
44
browser-tools: circleci/browser-tools@1.4.8
5-
codecov: codecov/codecov@4.2.0
5+
codecov: codecov/codecov@5.0.0
66
macos: circleci/macos@2.5.2
77
node: circleci/node@6.3.0
88

@@ -156,7 +156,8 @@ commands:
156156
- save_cache:
157157
name: '💾 Save node_modules/ Cache'
158158
key: node-modules-cache-{{ arch }}-v3-{{ checksum "package-lock.json" }}
159-
paths: node_modules/
159+
paths:
160+
- node_modules/
160161
teardown_vm:
161162
steps:
162163
- persist_to_workspace:
@@ -335,7 +336,8 @@ jobs:
335336
name: '⭐⭐⭐ All Unit Tests ⭐⭐⭐'
336337
command: node build-system/pr-check/unit-tests.js
337338
- codecov/upload:
338-
file: test/coverage/lcov-unit.info
339+
disable_search: true
340+
files: test/coverage/lcov-unit.info
339341
flags: unit_tests
340342
- store_test_output
341343
- store_filelist
@@ -350,7 +352,8 @@ jobs:
350352
name: '⭐⭐⭐ Unminified Tests ⭐⭐⭐'
351353
command: node build-system/pr-check/unminified-tests.js
352354
- codecov/upload:
353-
file: test/coverage/lcov-integration.info
355+
disable_search: true
356+
files: test/coverage/lcov-integration.info
354357
flags: integration_tests
355358
- store_test_output
356359
- teardown_vm

0 commit comments

Comments
 (0)