Skip to content

Commit

Permalink
chore: add upload coverage in ci
Browse files Browse the repository at this point in the history
Signed-off-by: LingKa <[email protected]>
  • Loading branch information
LingKa28 committed Feb 4, 2024
1 parent 0c4df11 commit 9721330
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:
- name: Build and test
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: cover.out
fail_ci_if_error: true
verbose: true

commit:
name: Commit Message Validation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9721330

Please sign in to comment.