change to use codecov/codecov-action@v3

This commit is contained in:
Sun Yimin 2022-07-11 15:53:47 +08:00 committed by GitHub
parent 1e4171b1e8
commit b36779c604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,10 +39,7 @@ jobs:
run: go test -v -short -race -coverprofile=coverage.txt -covermode=atomic ./... run: go test -v -short -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v3
- name: Test Generic - name: Test Generic
run: go test -v -short -tags generic -race -coverprofile=coverage.txt -covermode=atomic ./... run: go test -v -short -tags generic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1