Skip to content

Commit

Permalink
ci: update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Jun 12, 2024
1 parent 008bbe5 commit c9c64ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: pnpm test

- name: report
uses: codecov/codecov-action@v1.1.1
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CI: true

0 comments on commit c9c64ee

Please sign in to comment.