diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index b82aa9a4..9081731a 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -62,8 +62,10 @@ jobs: with: path-to-profile: profile.cov parallel: true + working-directory: backend env: GOPATH: ${{ github.workspace }} + # - name: submit coverage # run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov # working-directory: backend