Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Dec 18, 2024
1 parent 37343d2 commit e2f1f94
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/Go-SDK-PR-Check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ jobs:
version: latest
- name: Install cover
run: go get -modfile=tools.mod golang.org/x/tools/cmd/cover
- name: Validate codcov yaml file
run: curl -vvv --data-binary @codecov.yml https://codecov.io/validate
- name: Run Unit Tests
run: |
go test ./... -coverprofile test_coverage.out -covermode=atomic
- name: Upload results to codecov
uses: codecov/codecov-action@v4
with:
files: ./test_coverage.out
flags: sdk-go
name: sdk-go
fail_ci_if_error: true
verbose: true

0 comments on commit e2f1f94

Please sign in to comment.