kyoh86 / richgo

Enrich `go test` outputs with text decorations.
Other
850 stars 25 forks source link

bug: benchtest output always colored pass style #49

Open Davincible opened 2 years ago

Davincible commented 2 years ago

Running benchmark tests, the output is always colored according to the passStyle property, regardless of failure or pass or info.

passStyle:
  foreground: "#FFC0CB"

image

kyoh86 commented 1 year ago

@Davincible I tried fixing this by #51 . I don't have any bench-test in my hand. Please try it.