Skip to content

Commit 09b873d

Browse files
committed
fix(go-test): create output directories before coverage report
The coverage report step writes to ./out/reports/ but never creates the directory, causing failures when coverage-badge is enabled.
1 parent 0db32ec commit 09b873d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_call:
99
inputs:
1010
languages:
11-
description: 'JSON array of CodeQL languages (e.g. ["java-kotlin"], ["go"], ["java-kotlin","go"])'
11+
description: "JSON array of CodeQL languages (e.g. [\"java-kotlin\"], [\"go\"], [\"java-kotlin\",\"go\"])"
1212
required: true
1313
type: string
1414

0 commit comments

Comments
 (0)