From eccf87a47d354bc1c39a3ba20605965b48737f77 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 12 Jan 2021 20:13:19 +0100 Subject: [PATCH] make test command windows compatible --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 768a7b50c..180b1051e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -48,7 +48,7 @@ jobs: go-version: 1.15.x - name: Run tests run: | - go test -v -coverprofile=coverage.out -covermode=atomic ./... + go test -v -coverprofile coverage.out -covermode atomic ./... - name: Publish coverage uses: codecov/codecov-action@v1 with: