Skip to content

Commit

Permalink
fix: unittest reports occasional upload failures
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Aug 1, 2024
1 parent e1b9770 commit dce5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
# ============= upload coverage report
- name: Upload to Codecov
if: ${{ steps.unittest.outcome != 'failure' }}
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4
with:
directory: './'
files: 'coverage.out'
Expand Down

0 comments on commit dce5e5a

Please sign in to comment.