Add Vitest coverage reporting to Woodpecker CI
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-04-10 15:00:13 +02:00
parent 74b54730cc
commit 6f617fe449
9 changed files with 1076 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
steps:
verify:
image: node:20
commands:
- npm ci
- npm run test:coverage
- npm run build
when:
event:
- push
- pull_request