Skip to content

Commit

Permalink
Upgrade to v3 for the codecov action (#6622)
Browse files Browse the repository at this point in the history
Upgrade to v3 for the codecov action

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
  • Loading branch information
ywk253100 authored Aug 9, 2023
1 parent 5f463c5 commit e9c170c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Make ci
run: make ci
- name: Upload test coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
verbose: true
fail_ci_if_error: true

0 comments on commit e9c170c

Please sign in to comment.