Skip to content

Commit

Permalink
Merge pull request #3153 from nspcc-dev/fix-codecov
Browse files Browse the repository at this point in the history
.github: upgrade coverage uploading action
  • Loading branch information
roman-khimov authored Oct 10, 2023
2 parents 2f747dd + bb9b836 commit fce98a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: go test -v ./... -coverprofile=./coverage.txt -covermode=atomic -coverpkg=./pkg...,./cli/...

- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # if something is wrong on uploading codecov results, then this job will fail
files: ./coverage.txt
Expand Down

0 comments on commit fce98a0

Please sign in to comment.