Skip to content

Commit

Permalink
ci: fix codecov ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Feb 17, 2024
1 parent a34dab3 commit e0bbd3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- run: yarn test:types
- run: yarn build
- run: yarn vitest --coverage
- uses: codecov/codecov-action@v4.0.1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: motea927/peer-gear

0 comments on commit e0bbd3f

Please sign in to comment.