Skip to content

Commit

Permalink
Updated justfile cover recipe to be a shebang script (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N authored Feb 8, 2025
1 parent c85c63e commit 7a145c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ test:
{{GO}} test ./...

cover:
#!/usr/bin/env bash
set -euxo pipefail
courtney -v -o={{COVERPROFILE}} | richgo testfilter

fmt:
Expand Down

0 comments on commit 7a145c5

Please sign in to comment.