Skip to content

Commit 9f67be7

Browse files
committed
ci: fixes coverage prefix
1 parent e1ccf76 commit 9f67be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
GIT_BRANCH: ${{ github.ref }}
5959
GIT_COMMIT_SHA: ${{ github.sha }}
6060
with:
61-
workingDirectory: coverage
61+
workingDirectory: ${{github.workspace}}
6262
debug: true
6363
coverageLocations: |
6464
${{github.workspace}}/coverage/coverage.json:simplecov

0 commit comments

Comments
 (0)