Skip to content

Commit ee1784d

Browse files
ci(frontend): remove coverage job (#2464)
Co-authored-by: OpenAI Codex <codex@openai.com>
1 parent 4a8e3db commit ee1784d

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/frontend-verify.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -135,27 +135,3 @@ jobs:
135135
name: integration-test-results-${{ matrix.shard }}
136136
path: frontend/test-results
137137
retention-days: 2
138-
139-
test-coverage:
140-
needs: ["test-unit", "test-integration"]
141-
timeout-minutes: 10
142-
runs-on: blacksmith-4vcpu-ubuntu-2404
143-
defaults:
144-
run:
145-
working-directory: frontend
146-
steps:
147-
- name: Checkout
148-
uses: actions/checkout@v5
149-
- name: Setup Bun
150-
uses: oven-sh/setup-bun@v2
151-
- name: Install dependencies
152-
run: bun install --frozen-lockfile
153-
- name: Run coverage (unit + integration, merged)
154-
run: bun run test:coverage
155-
- name: Upload merged coverage HTML report
156-
uses: actions/upload-artifact@v4
157-
if: always()
158-
with:
159-
name: coverage-report
160-
path: frontend/coverage-merged/
161-
retention-days: 14

0 commit comments

Comments
 (0)