From 891b6249c92d0aa0effbeeb9019f2908cbc8a3ee Mon Sep 17 00:00:00 2001 From: Andrey Pozolotin Date: Tue, 9 Mar 2021 10:32:45 +0300 Subject: [PATCH] Removed test coverage step| --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19905c6..2fe0864 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,4 @@ jobs: - name: Test run: | go test -race -coverprofile=profile.cov ./... - - name: Send coverage - uses: shogo82148/actions-goveralls@v1 - with: - path-to-profile: profile.cov + cat profile.cov