Skip to content

Commit

Permalink
Upload coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
olistic committed Aug 12, 2023
1 parent cc8f454 commit 9bd9f81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- run: pnpm run test
- name: Run tests
run: pnpm run test:cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9bd9f81

Please sign in to comment.