From fb06bfa9dc7140f987bdbad59467a84610221fbb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 11:36:38 +0300 Subject: refactor: move hexai-action to cmd/hexai-action; extract orchestration into internal/hexaiaction; move tests; update Magefile and docs --- scripts/coverage.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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" - -- cgit v1.2.3