From 5f0d4733d68a10bd55c8a471755d084e982da3f4 Mon Sep 17 00:00:00 2001 From: onozaty Date: Sun, 11 Jul 2021 00:29:44 +0900 Subject: [PATCH] =?UTF-8?q?[GitHub=20Actions]test=E3=81=A7-race=E3=82=92?= =?UTF-8?q?=E4=BB=98=E3=81=91=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=ABbolt?= =?UTF-8?q?=E3=81=AE=E9=83=A8=E5=88=86=E3=81=A7=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E3=81=A8=E3=81=AA=E3=82=8B=E3=81=9F=E3=82=81=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d3e2028..77e6956 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... + run: go test -coverprofile="coverage.txt" -covermode=atomic ./... - name: Upload coverage uses: codecov/codecov-action@v1 with: diff --git a/.gitignore b/.gitignore index a8878d3..eb67619 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ csvt.exe dist/ +coverage.txt