Fix path to profile.cov

This commit is contained in:
Smolevich
2020-04-01 17:43:49 +03:00
parent 1be319b4b9
commit be8706efcf
+1 -1
View File
@@ -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: