Skip to content

Commit d44ff16

Browse files
Janpotclaude
andauthored
[code-infra] Remove CI coverage collection and upload to Codecov (#4287)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4949c57 commit d44ff16

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ jobs:
6767
package-overrides: react@<< parameters.react-version >>
6868
- run:
6969
name: Run tests on JSDOM
70-
command: pnpm test:jsdom:coverage
70+
command: pnpm test:jsdom
7171
- store_test_results:
7272
path: test-results
73-
- code-infra/upload-coverage:
74-
key: << parameters.react-version >>-jsdom
7573
docs_validate:
7674
<<: *default-job
7775
steps:
@@ -166,11 +164,9 @@ jobs:
166164
package-overrides: react@<< parameters.react-version >>
167165
- run:
168166
name: Run tests on headless Chromium
169-
command: pnpm test:chromium --coverage
167+
command: pnpm test:chromium
170168
- store_test_results:
171169
path: test-results
172-
- code-infra/upload-coverage:
173-
key: << parameters.react-version >>-browser
174170
test_regressions:
175171
<<: *default-job
176172
resource_class: 'medium+'
@@ -234,7 +230,7 @@ jobs:
234230
- build-with-compiler
235231
- run:
236232
name: Run tests on JSDOM
237-
command: pnpm test:jsdom:coverage
233+
command: pnpm test:jsdom
238234
environment:
239235
MUI_DISABLE_WORKSPACE_ALIASES: 1
240236
- store_test_results:
@@ -252,7 +248,7 @@ jobs:
252248
- build-with-compiler
253249
- run:
254250
name: Run tests on headless Chromium
255-
command: pnpm test:chromium --coverage
251+
command: pnpm test:chromium
256252
environment:
257253
MUI_DISABLE_WORKSPACE_ALIASES: 1
258254
- store_test_results:

codecov.yml

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

0 commit comments

Comments
 (0)