File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22
33orbs :
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
You can’t perform that action at this time.
0 commit comments