From f5b7a17730c929be35be60effa157374e7fd0094 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Fri, 15 Nov 2024 10:54:05 -0500 Subject: [PATCH] ci: remove code cov --- .github/workflows/go.yml | 10 ++-------- README.md | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 309d79e5..72afe5d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,13 +31,7 @@ jobs: - name: Build run: go build -v . - - name: Test and Coverage + - name: Test run: | export PATH=$PATH:$(go env GOPATH)/bin - go test -v -coverpkg=./... -covermode=atomic -coverprofile coverage.txt ./... - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true + go test -v ./... diff --git a/README.md b/README.md index 1aeacb87..e8f39ce8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/celestiaorg/nmt.svg)](https://pkg.go.dev/github.com/celestiaorg/nmt) ![golangci-lint](https://github.com/celestiaorg/nmt/workflows/lint/badge.svg) ![Go](https://github.com/celestiaorg/nmt/workflows/Go/badge.svg) -![codecov.io](https://codecov.io/github/celestiaorg/nmt/coverage.svg?branch=main) A Namespaced Merkle Tree is > [...] an ordered Merkle tree that uses a modified hash function