diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9471879..2be5ad2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,5 +35,5 @@ jobs: - name: Test run: go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic - - name: Upload coverage - run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file + #- name: Upload coverage + # run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file