astgen only

This commit is contained in:
maddalax 2024-11-11 10:12:29 -06:00
parent d2d8e449ae
commit 97a5687f2e
2 changed files with 1 additions and 4 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: cd ./cli/htmgo && go mod download run: cd ./cli/htmgo && go mod download
- name: Run Go tests - 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 - name: Upload results to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4

View file

@ -1,3 +0,0 @@
ignore:
- "cli/htmgo/tasks/**"
- "!cli/htmgo/tasks/astgen/**"