Skip to content

Conversation

@lindycoder
Copy link
Contributor

Previously, when no scan_paths were specified in tests.yaml, the default was ["."] which caused the CLI to behave like it was scanning a mono repo. This was incorrect - the scan runner interprets "." as a subdirectory path rather than "scan the whole repo".

This change:

  • Changes Test.scan_paths default from ["."] to [] (empty list)
  • Changes MatrixEntry.scan_path type from str to str | None
  • Updates to_matrix_entries() to emit scan_path=None when scan_paths is empty

When scan_path=None is serialized to JSON, it becomes null, signaling to the scan runner to scan the entire repository without mono repo behavior.

🤖 Generated with Claude Code

Previously, when no scan_paths were specified in tests.yaml, the default
was ["."] which caused the CLI to behave like it was scanning a mono repo.
This was incorrect - the scan runner interprets "." as a subdirectory path
rather than "scan the whole repo".

This change:
- Changes Test.scan_paths default from ["."] to [] (empty list)
- Changes MatrixEntry.scan_path type from str to str | None
- Updates to_matrix_entries() to emit scan_path=None when scan_paths is empty

When scan_path=None is serialized to JSON, it becomes null, signaling to
the scan runner to scan the entire repository without mono repo behavior.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@lindycoder lindycoder marked this pull request as ready for review December 12, 2025 19:43
@lindycoder lindycoder requested a review from a team as a code owner December 12, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants