From be8706efcfe7c4252d9b738203d82854f8984b73 Mon Sep 17 00:00:00 2001 From: Smolevich Date: Wed, 1 Apr 2020 17:43:49 +0300 Subject: [PATCH] Fix path to profile.cov --- .github/workflows/ci-test-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: