From 4427195a4920ff988eb6fc456053a47c600f72e7 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Fri, 2 May 2025 14:23:18 +0000 Subject: [PATCH] ci(test): update test command to include --run and --coverage flags --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73a9b93..65870e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies and run tests run: | npm ci - npm run test -- --run + npm run test -- --run --coverage - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}