Skip to content

Commit 8fd5fc5

Browse files
jozefizsoclaude
andcommitted
Add missing golang-json reporter to action.yml
The golang-json reporter has been fully implemented since earlier versions but was missing from the action.yml documentation. This made it undiscoverable for users looking for Go test support. Changes: - Added golang-json to the list of supported reporters in action.yml This aligns the action.yml with: - The actual implementation in src/main.ts (lines 264-265) - The README.md documentation (line 145) - The existing parser and tests Fixes #689 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3b9dad2 commit 8fd5fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ inputs:
2929
- dotnet-nunit
3030
- dotnet-trx
3131
- flutter-json
32+
- golang-json
3233
- java-junit
3334
- jest-junit
3435
- mocha-json

0 commit comments

Comments
 (0)