gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
2.07k stars 122 forks source link

Add ENV var to toggle `--format-hivis` #367

Closed jm96441n closed 1 year ago

jm96441n commented 1 year ago

Adds an additional environment variable to toggle on the --format-hivis option rather than always need to pass as an argument to the CLI.

jm96441n commented 1 year ago

this is probably made redundant by the work done in https://github.com/gotestyourself/gotestsum/pull/366 as that encompasses the env variables as well

afbjorklund commented 1 year ago

Right, it moved to --format-icons and GOTESTSUM_FORMAT_ICONS as a side-effect of adding more icons.