Skip to content

Commit

Permalink
CI: enable codecov (#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Nov 8, 2023
1 parent 4f4b4b3 commit f38036c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
test=${{matrix.test}}
make $test
# - name: Code Coverage
# uses: codecov/codecov-action@v3
# with:
# files: ./cov.out
- name: Code Coverage
uses: codecov/codecov-action@v3
with:
files: ./cov.out

- name: Setup upterm session
if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
Expand Down

0 comments on commit f38036c

Please sign in to comment.