Skip to content

Commit

Permalink
.github/workflows: Update coverage upload step.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Sep 29, 2024
1 parent 5767364 commit 7d8deec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ jobs:
with:
name: cover-${{ matrix.ostype }}
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./cover
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.ostype }}

checks:
Expand Down

0 comments on commit 7d8deec

Please sign in to comment.