diff --git a/justfile b/justfile index 973b209..6e132f2 100644 --- a/justfile +++ b/justfile @@ -12,6 +12,9 @@ test: {{GO}} test ./... cover: + #!/usr/bin/env bash + set -euxo pipefail + courtney -v -o={{COVERPROFILE}} | richgo testfilter fmt: