From d9b1de9e751e64523099e8cd431fb10d51b9a267 Mon Sep 17 00:00:00 2001 From: hainenber Date: Thu, 5 Mar 2026 09:45:02 +0700 Subject: [PATCH] fix(ci): correct arg name for Vitest coverage reporter in sharded tests Signed-off-by: hainenber --- .github/workflows/superset-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index 3330c191f5b..84dc927b514 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -87,7 +87,7 @@ jobs: -v ${{ github.workspace }}/superset-frontend/coverage:/app/superset-frontend/coverage \ --rm $TAG \ bash -c \ - "npm run test -- --coverage --shard=${{ matrix.shard }}/8 --coverage.reporter=json" + "npm run test -- --coverage.enabled --shard=${{ matrix.shard }}/8 --coverage.reporter=json" - name: Upload Coverage Artifact uses: actions/upload-artifact@v7