We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c696b1 commit bdac20fCopy full SHA for bdac20f
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pnpm run lint:all
37
38
- name: Test
39
- run: pnpm test -- --coverage
+ run: pnpm run test --coverage
40
41
- name: Coverage
42
uses: codecov/codecov-action@v3
0 commit comments