Skip to content

Commit c140d1b

Browse files
committed
ci: collect coverage
1 parent c42785a commit c140d1b

4 files changed

Lines changed: 1562 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Start Vite dev server
3030
run: |
31-
nohup npm run dev > vite.log 2>&1 &
31+
nohup npm run dev:ci > vite.log 2>&1 &
3232
npx wait-on http://localhost:5173
3333
3434
- name: Cache Puppeteer browsers
@@ -44,3 +44,7 @@ jobs:
4444

4545
- name: Run TWD tests
4646
run: npx twd-cli run
47+
48+
- name: Display coverage
49+
run: |
50+
npm run collect:coverage:text

0 commit comments

Comments
 (0)