mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 19:26:56 +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'
|
name: 'Coverage'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
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
|
- main
|
||||||
|
- bun
|
||||||
- fastly
|
- fastly
|
||||||
- node
|
- node
|
||||||
- workerd
|
- workerd
|
||||||
|
Loading…
Reference in New Issue
Block a user