Skip to content

Commit

Permalink
🛑 switch to json v2 output format (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Apr 17, 2024
1 parent 0aa24bc commit ce8cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/reporter/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var Formats = map[string]Format{
"yml": FormatYAMLv2,
"json-v1": FormatJSONv1,
"json-v2": FormatJSONv2,
"json": FormatJSONv1,
"json": FormatJSONv2,
"junit": FormatJUnit,
"csv": FormatCSV,
}
Expand Down

0 comments on commit ce8cb91

Please sign in to comment.