From 228780ef01e38bee349309dfcd6c9b86f8fe8d3f Mon Sep 17 00:00:00 2001 From: anhductn2001 Date: Mon, 4 Nov 2024 11:25:52 +0700 Subject: [PATCH] rm upload --- .github/workflows/coverage.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index aa40cc42..c73d3815 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,10 +23,3 @@ jobs: run: | mkdir -p coverage go test -v -coverpkg=./... -coverprofile=coverage/coverage.out -covermode=atomic ./... - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - files: ./coverage/coverage.out - flags: cosmos - fail_ci_if_error: true \ No newline at end of file