Fix path to profile.cov
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user