Skip to content

Commit c8b0dcc

Browse files
author
Justin Kimbrell
committed
chore: more codecov updates
1 parent be16d0b commit c8b0dcc

File tree

3 files changed

+166
-109
lines changed

3 files changed

+166
-109
lines changed

.github/workflows/master.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,18 @@ jobs:
4545
- name: Install dependencies
4646
run: pnpm install --frozen-lockfile
4747
- name: Run tests
48-
run: pnpm vitest run --coverage
48+
run: pnpm vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml
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 }}
5560
- name: Upload artifact
5661
uses: actions/upload-pages-artifact@v3
5762
with:

0 commit comments

Comments
 (0)