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 30ad2a6 commit 85c558fCopy full SHA for 85c558f
.github/workflows/ci.yaml
@@ -109,13 +109,6 @@ jobs:
109
110
- run: pnpm install
111
112
- - name: Generate coverage report
+ - name: Test
113
id: test
114
- run: pnpm run test:coverage -- --ci --reporters github-actions --reporters summary --maxWorkers 2
115
-
116
- - name: Upload coverage to Codecov
117
- id: upload-coverage-to-codecov
118
- uses: codecov/codecov-action@v3
119
- with:
120
- token: ${{ secrets.CODECOV_TOKEN }}
121
- directory: ./coverage
+ run: pnpm run test -- --ci --reporters github-actions --reporters summary --maxWorkers 2
0 commit comments