Skip to content

Commit e2f1f94

Browse files
Remove codecov
1 parent 37343d2 commit e2f1f94

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/Go-SDK-PR-Check.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
version: latest
7373
- name: Install cover
7474
run: go get -modfile=tools.mod golang.org/x/tools/cmd/cover
75-
- name: Validate codcov yaml file
76-
run: curl -vvv --data-binary @codecov.yml https://codecov.io/validate
7775
- name: Run Unit Tests
7876
run: |
7977
go test ./... -coverprofile test_coverage.out -covermode=atomic
80-
- name: Upload results to codecov
81-
uses: codecov/codecov-action@v4
82-
with:
83-
files: ./test_coverage.out
84-
flags: sdk-go
85-
name: sdk-go
86-
fail_ci_if_error: true
87-
verbose: true

0 commit comments

Comments
 (0)