diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/coverage.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/coverage.sh b/scripts/coverage.sh index 1492f0f..c57c838 100755 --- a/scripts/coverage.sh +++ b/scripts/coverage.sh @@ -8,7 +8,7 @@ pkgs=("$@") if [ ${#pkgs[@]} -eq 0 ]; then pkgs=( "codeberg.org/snonux/hexai/internal/tmux" - "codeberg.org/snonux/hexai/cmd/internal/hexai-action" + "codeberg.org/snonux/hexai/internal/hexaiaction" ) fi @@ -28,4 +28,3 @@ done echo echo "Hint: combine coverage across all packages with:" echo " go test ./... -coverprofile=cover.out && go tool cover -func=cover.out" - |
