Skip to content

Commit b5f478f

Browse files
committed
CI: Disable coverage tracking
1 parent 4c684a7 commit b5f478f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ jobs:
262262
- run: pnpm install
263263

264264
- if: github.repository == 'rust-lang/crates.io'
265-
run: pnpm percy exec --parallel -- pnpm test-coverage
265+
run: pnpm percy exec --parallel -- pnpm test
266266

267267
- if: github.repository != 'rust-lang/crates.io'
268-
run: pnpm test-coverage
268+
run: pnpm test
269269

270270
msw-test:
271271
name: Frontend / Test (@crates-io/msw)

0 commit comments

Comments
 (0)