Skip to content

Commit

Permalink
fix: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
qclc committed Jun 17, 2024
1 parent c8f179f commit 1f0e7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:

- name: Upload coverage reports to Codecov
if: ${{ github.repository == 'kubewharf/kubeadmiral' && matrix.go-version == '1.19' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
flags: unittests
# https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 1f0e7ff

Please sign in to comment.