Skip to content

Commit

Permalink
update codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 6, 2024
1 parent dfe1c68 commit 8d1f99b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4
with:
files: ./docs/mcr/codecov.json
token: ${{ secrets.CODECOV_TOKEN }}
files: ./docs/mcr/codecov.json

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,9 @@ const coverageOptions = {
- Github actions:
```yml
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage-reports/codecov.json
```
Expand Down
3 changes: 2 additions & 1 deletion README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,9 @@ const coverageOptions = {
- Github actions example:
```yml
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage-reports/codecov.json
```
Expand Down

0 comments on commit 8d1f99b

Please sign in to comment.