0
0
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:
TATSUNO “Taz” Yasuhiro 2024-09-28 11:54:31 +09:00 committed by GitHub
parent bc20d30118
commit f1ec415be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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