diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 768a7b5..180b105 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: