diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64506ce..a09d5af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: run: bun install - name: Run tests with coverage - run: bun run test -- --coverage --coverage.reporter=lcov + run: bun run test -- -- --coverage --coverage.reporter=lcov - name: Upload coverage to Codecov uses: codecov/codecov-action@v5