Skip to content

Commit

Permalink
Change coverage configuration. (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Oct 21, 2024
1 parent c205cbc commit f8a2381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
- name: report coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
files: ./cover.out
flags: unit
name: unit
verbose: true
fail_ci_if_error: false
fail_ci_if_error: true

integration:
name: integration
Expand Down

0 comments on commit f8a2381

Please sign in to comment.