Skip to content

Commit

Permalink
Merge pull request #6313 from filecoin-project/chore/update-ci
Browse files Browse the repository at this point in the history
chore: skip codecov error
  • Loading branch information
LinZexiao authored and simlecode committed Apr 23, 2024
1 parent 7f50e34 commit 030eb84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
export GOLOG_LOG_LEVEL=${{ inputs.log_level }}
go test -coverpkg=./... -race -coverprofile=coverage.txt -covermode=atomic ./... -v --timeout ${{ inputs.test_timeout }}m
# https://github.com/codecov/codecov-action/issues/557#issuecomment-1216749652
- name: Upload
uses: codecov/codecov-action@v3
with:
# https://github.com/codecov/codecov-action/issues/557#issuecomment-1216749652
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
flags: unittests
name: ${{steps.vars.outputs.repo_name}}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 030eb84

Please sign in to comment.