diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index 9081731a..f1baf7ff 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -60,7 +60,7 @@ jobs: - name: Send coverage uses: shogo82148/actions-goveralls@v1 with: - path-to-profile: profile.cov + path-to-profile: ${{ github.workspace }}/profile.cov parallel: true working-directory: backend env: