From 15df6337eb1a01f2a2132ab68a824d0b9e45270d Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sun, 10 Dec 2023 16:54:28 +0300 Subject: [PATCH] Update htmlcov options --- .zshrc | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index a947573..a469e2f 100644 --- a/.zshrc +++ b/.zshrc @@ -318,7 +318,7 @@ function go_cover() { fi if which htmlcov &> /dev/null ; then - htmlcov -r cover.out + htmlcov -R cover.out else go tool cover -html=cover.out -o coverage.html rm -f cover.out diff --git a/install.sh b/install.sh index c9a6f2b..32bb469 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.3.9" +VERSION="2.3.10" ################################################################################ @@ -91,7 +91,7 @@ banner() { show " ░░░██║░░██║██║░░██║░░░██║░░░██╔══╝░░██║██║░░░░░██╔══╝░░░╚═══██╗" $GREY show " ██╗██████╔╝╚█████╔╝░░░██║░░░██║░░░░░██║███████╗███████╗██████╔╝" $GREY show " ╚═╝╚═════╝░░╚════╝░░░░╚═╝░░░╚═╝░░░░░╚═╝╚══════╝╚══════╝╚═════╝░" $GREY - show " by @andyone | version: $VERSION" $DARK + show " by @andyone | version: $VERSION" $DARK show "" sleep 3