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/**"