Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Sep 30, 2024
1 parent 2882ab0 commit 4205179
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
- run: pnpm test && pnpm coverage
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
# with:
# directory: ./coverage/reports/
# files: ./coverage1.xml,./coverage2.xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4205179

Please sign in to comment.