Skip to content

Commit

Permalink
ci: use codecov action to upload coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Apr 9, 2024
1 parent a944b55 commit 42a7aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 36 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.config.name == 'Normal'
run: ci/scripts/upload-codecov.sh codecov.info
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov.info
verbose: true

commit:
name: Commit Message Validation
Expand Down
35 changes: 0 additions & 35 deletions ci/scripts/upload-codecov.sh

This file was deleted.

0 comments on commit 42a7aeb

Please sign in to comment.