We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb84ee commit 6bd69ddCopy full SHA for 6bd69dd
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Prepare test env
74
run: pnpm run reset
75
- name: Run tests
76
- run: pnpm test --coverage --coverage-reporter=lcov --coverage-dir=./coverage apps/ packages/
+ run: pnpm test
77
- name: Upload coverage to Codecov
78
uses: codecov/codecov-action@v4
79
with:
0 commit comments