Skip to content

Commit

Permalink
workflow: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Jul 26, 2023
1 parent 6bd81ee commit 449577c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ jobs:
- name: Run make test
run: |
make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
flags: unit
verbose: true
fail_ci_if_error: true

0 comments on commit 449577c

Please sign in to comment.