File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments