Skip to content

Commit f1ec415

Browse files
authored
chore(test): include bun coverage (#3457)
1 parent bc20d30 commit f1ec415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
name: 'Coverage'
1717
runs-on: ubuntu-latest
1818
needs:
19-
# bun excluded because it uses built-in test tool which does not support coverage in v8/istanbul format.
20-
# refer https://github.com/oven-sh/bun/issues/4015
2119
- main
20+
- bun
2221
- fastly
2322
- node
2423
- workerd

0 commit comments

Comments
 (0)