Skip to content

Commit

Permalink
chore(test): include bun coverage (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Sep 28, 2024
1 parent bc20d30 commit f1ec415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1ec415

Please sign in to comment.