diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f39a92362..f46e700de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - run: npm install - run: npm run lint - run: npm run build - - run: npm test --coverage + - run: npm test -- --coverage - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}