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

5 lines
71 B
Bash
Raw Permalink Normal View History

2020-05-12 22:21:32 +05:00
#!/usr/bin/env sh
export GO111MODULE=on
$(which go) test -cover ./...