Skip to content

Commit f6453fe

Browse files
committed
Enable codecov bundle analysis
1 parent db81c1a commit f6453fe

File tree

4 files changed

+398
-0
lines changed

4 files changed

+398
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
working-directory: ./frontend
6363
run: npm ci
6464

65+
- name: Build the frontend
66+
working-directory: ./frontend
67+
run: npm run build
68+
6569
- name: Test
6670
working-directory: ./frontend
6771
run: npm run coverage

0 commit comments

Comments
 (0)