Merge pull request #3153 from nspcc-dev/fix-codecov

.github: upgrade coverage uploading action
This commit is contained in:
Roman Khimov 2023-10-10 14:30:30 +03:00 committed by GitHub
commit fce98a0af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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