test: enable coverage baseline (#763)

This commit is contained in:
Zhicheng Han
2026-05-15 11:35:43 +02:00
committed by GitHub
parent 97b15d6514
commit 312e7397eb
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test
run: npm test
- name: Test with coverage
run: npm run test:coverage
- name: Build
run: npm run build