mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
chore(test): include bun coverage (#3457)
This commit is contained in:
parent
bc20d30118
commit
f1ec415be0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -16,9 +16,8 @@ jobs:
|
||||
name: 'Coverage'
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
# bun excluded because it uses built-in test tool which does not support coverage in v8/istanbul format.
|
||||
# refer https://github.com/oven-sh/bun/issues/4015
|
||||
- main
|
||||
- bun
|
||||
- fastly
|
||||
- node
|
||||
- workerd
|
||||
|
Loading…
Reference in New Issue
Block a user