Skip to content

Commit 65b264a

Browse files
author
Justin Kimbrell
committed
chore: revert codecov action
1 parent c8b0dcc commit 65b264a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/master.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,13 @@ jobs:
4545
- name: Install dependencies
4646
run: pnpm install --frozen-lockfile
4747
- name: Run tests
48-
run: pnpm vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml
48+
run: pnpm vitest run --coverage
4949
- name: Build
5050
run: pnpm build
5151
- name: Upload coverage reports to Codecov
5252
uses: codecov/codecov-action@v5
5353
with:
5454
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 }}
6055
- name: Upload artifact
6156
uses: actions/upload-pages-artifact@v3
6257
with:

0 commit comments

Comments
 (0)