Skip to content

Commit 04c8106

Browse files
authored
Fix path to coverage-file, since uses is not supporting working-dir
1 parent c784f3a commit 04c8106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: ncruces/go-coverage-report@main
178178
with:
179179
output-dir: ${{matrix.module}}
180-
coverage-file: coverage.out
180+
coverage-file: ${{matrix.path}}/coverage.out
181181
report: true
182182
chart: true
183183
amend: true

0 commit comments

Comments
 (0)