Skip to content

Commit

Permalink
Update htmlcov options
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 10, 2023
1 parent 24fda82 commit 15df633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.3.9"
VERSION="2.3.10"

################################################################################

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15df633

Please sign in to comment.