We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37343d2 commit e2f1f94Copy full SHA for e2f1f94
.github/workflows/Go-SDK-PR-Check.yaml
@@ -72,16 +72,6 @@ jobs:
72
version: latest
73
- name: Install cover
74
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
77
- name: Run Unit Tests
78
run: |
79
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