Skip to content

Commit

Permalink
CI workflow with codecov token (koordinator-sh#1989)
Browse files Browse the repository at this point in the history
Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
Signed-off-by: george <xiangzhihua@gmail.com>
  • Loading branch information
FillZpp authored and georgexiang committed Apr 15, 2024
1 parent c415bfb commit c875583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
${{ matrix.command }}
- if: matrix.step == 'test'
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: cover.out
fail_ci_if_error: true
Expand Down

0 comments on commit c875583

Please sign in to comment.