pre-commit-hooks-golang/go-test-mod-cover.sh

5 lines
71 B
Bash
Executable File

#!/usr/bin/env sh
export GO111MODULE=on
$(which go) test -cover ./...