Skip to content

Commit

Permalink
feat(ci): uplaod coverage report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sk- committed Dec 20, 2023
1 parent e0595f2 commit ae9eb1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checkpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ jobs:

- name: Tests
run: pnpm run test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4-beta
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/clover.xml

0 comments on commit ae9eb1e

Please sign in to comment.