From bd0cf1e66b1005f4c9a670d54b8c79355b98b5c8 Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Sun, 30 Jan 2022 05:01:49 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a8215d..6212ac0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v2 - name: Run Unit tests run: | - go test -race -covermode atomic -coverprofile=covprofile ./. + go test -race -covermode atomic -coverprofile=covprofile - name: Install goveralls run: go install github.com/mattn/goveralls@latest - name: Send coverage