From 97a5687f2e3f16f80bc28dddcbbb4ef5f8709392 Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 11 Nov 2024 10:12:29 -0600 Subject: [PATCH] astgen only --- .github/workflows/run-cli-tests.yml | 2 +- codecov.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/run-cli-tests.yml b/.github/workflows/run-cli-tests.yml index 547dec7..31d8bc5 100644 --- a/.github/workflows/run-cli-tests.yml +++ b/.github/workflows/run-cli-tests.yml @@ -25,7 +25,7 @@ jobs: run: cd ./cli/htmgo && go mod download - name: Run Go tests - run: cd ./cli/htmgo && go test ./... -coverprofile=coverage.txt + run: cd ./cli/htmgo/tasks/astgen && go test ./... -coverprofile=coverage.txt - name: Upload results to Codecov uses: codecov/codecov-action@v4 diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 49e98dd..0000000 --- a/codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -ignore: - - "cli/htmgo/tasks/**" - - "!cli/htmgo/tasks/astgen/**"