From 8d98ddd59200144de473b1258e1e9721308537aa Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 9 Apr 2020 21:08:16 +0200 Subject: [PATCH] chore: enhance ci --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1d05a7..42c3ab0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: go-version: ${{ matrix.go }} - run: go test -race -v -coverprofile=profile.cov ./pkg/... - uses: codecov/codecov-action@v1 - with: - file: ./profile.cov - name: codecov-go + with: + file: ./profile.cov + name: codecov-go release: runs-on: ubuntu-18.04 needs: [test]