Skip to content

Commit

Permalink
Update c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode authored Apr 11, 2024
1 parent 2aad6ee commit 156b895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ jobs:
go-version: '1.21'
cache: true

- name: file
run: |
touch ./coverage.txt
- name: Upload
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: venus-messager
files: ./coverage.txt
fail_ci_if_error: true
verbose: true

0 comments on commit 156b895

Please sign in to comment.