Skip to content

Commit

Permalink
fix: codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
大可 committed Nov 7, 2024
1 parent d758d1e commit 48c8a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
make e2e-test
- name: Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
make unit-test
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
Expand Down

0 comments on commit 48c8a1e

Please sign in to comment.