Skip to content

fix(go): exclude node_modules from test and coverage - #32

Merged
retr0h merged 1 commit into
mainfrom
fix/exclude-node-modules-from-tests
Apr 11, 2026
Merged

fix(go): exclude node_modules from test and coverage#32
retr0h merged 1 commit into
mainfrom
fix/exclude-node-modules-from-tests

Conversation

@retr0h

@retr0h retr0h commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Filter node_modules from go list output used by unit and unit-cov
recipes. npm packages like flatted ship .go files that cause
go test ./... to try compiling and testing them.

Same root cause as the formatting fix in PR #31 — monorepos with
embedded UI directories contain node_modules with Go files.

🤖 Generated with Claude Code

@github-actions

Copy link
Copy Markdown

Thank you for contributing to this project! 😊🕹️

npm packages like flatted ship .go files that cause go test and
go list to include them. Filter node_modules from the package list
used by unit and unit-cov recipes.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@retr0h
retr0h force-pushed the fix/exclude-node-modules-from-tests branch from 5f9b749 to abad9cb Compare April 11, 2026 06:27
@retr0h
retr0h merged commit ae8009f into main Apr 11, 2026
4 checks passed
@retr0h
retr0h deleted the fix/exclude-node-modules-from-tests branch April 11, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant