Skip to content

Commit

Permalink
fix: upload code coverage to cov (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
markEHVN authored Dec 6, 2024
1 parent e27a021 commit e0668f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
type_check:
name: Type Check
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0668f7

Please sign in to comment.