From f1ec415be03784ab8c321577cf35005afd3bea09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Sat, 28 Sep 2024 11:54:31 +0900 Subject: [PATCH] chore(test): include bun coverage (#3457) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dea3b9c..5fd29d8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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