Skip to content

Commit

Permalink
ci: upload test results to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 24, 2024
1 parent b01b205 commit b288087
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
- name: Test
run: pnpm test:coverage

- name: Codecov
- name: Codecov test results
uses: codecov/test-results-action@v1
with:
files: ./junit.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: Codecov coverage
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with:
files: ./coverage/cobertura-coverage.xml
Expand Down

0 comments on commit b288087

Please sign in to comment.