From a97d42690c50936de6802b03c4b9b9c5a0923f03 Mon Sep 17 00:00:00 2001 From: Alon Krymgand Date: Sat, 8 Feb 2025 11:17:16 +0200 Subject: [PATCH] Updated `justfile` cover recipe to be a shebang script --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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: