Skip to content

Commit

Permalink
astgen only
Browse files Browse the repository at this point in the history
  • Loading branch information
maddalax committed Nov 11, 2024
1 parent d2d8e44 commit 97a5687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions codecov.yml

This file was deleted.

0 comments on commit 97a5687

Please sign in to comment.