Skip to content

Commit

Permalink
fix(go): gotestcovpkg set a TERM that works
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Aug 15, 2023
1 parent 548989c commit 6305480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bins/bin/gotestcovpkg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if test $# -gt 0; then
-covermode=atomic \
-coverprofile=coverage.txt \
$*
GOCOVSH_THEME=mocha gocovsh --profile coverage.txt
TERM=xterm-256color GOCOVSH_THEME=mocha gocovsh --profile coverage.txt
else
echo "first arg must be a package, e.g. ./..."
exit 1
Expand Down

0 comments on commit 6305480

Please sign in to comment.