We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc20d30 commit f1ec415Copy full SHA for f1ec415
.github/workflows/ci.yml
@@ -16,9 +16,8 @@ jobs:
16
name: 'Coverage'
17
runs-on: ubuntu-latest
18
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
21
- main
+ - bun
22
- fastly
23
- node
24
- workerd
0 commit comments