astgen only
This commit is contained in:
parent
d2d8e449ae
commit
97a5687f2e
2 changed files with 1 additions and 4 deletions
2
.github/workflows/run-cli-tests.yml
vendored
2
.github/workflows/run-cli-tests.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
ignore:
|
|
||||||
- "cli/htmgo/tasks/**"
|
|
||||||
- "!cli/htmgo/tasks/astgen/**"
|
|
||||||
Loading…
Reference in a new issue