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 c8b0dcc commit 65b264aCopy full SHA for 65b264a
.github/workflows/master.yaml
@@ -45,18 +45,13 @@ jobs:
45
- name: Install dependencies
46
run: pnpm install --frozen-lockfile
47
- name: Run tests
48
- run: pnpm vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml
+ run: pnpm vitest run --coverage
49
- name: Build
50
run: pnpm build
51
- name: Upload coverage reports to Codecov
52
uses: codecov/codecov-action@v5
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
- - name: Upload test results to Codecov
56
- if: ${{ !cancelled() }}
57
- uses: codecov/test-results-action@v1
58
- with:
59
- token: ${{ secrets.CODECOV_TOKEN }}
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v3
62
0 commit comments