Skip to content

Commit a599bb1

Browse files
authored
Merge pull request #82 from fog/codeclimate
ci: fixes coverage prefix
2 parents e1ccf76 + 9f67be7 commit a599bb1

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)