Skip to content

Teach scan_dirs to scan directories recursively#347

Merged
fingolfin merged 1 commit intomasterfrom
codex/issue-226-recursive-scan-dirs
Mar 11, 2026
Merged

Teach scan_dirs to scan directories recursively#347
fingolfin merged 1 commit intomasterfrom
codex/issue-226-recursive-scan-dirs

Conversation

@fingolfin
Copy link
Member

Scan listed subdirectories recursively for nested source files.

AI-assisted using Codex for implementation and testing.

Resolves #226

Co-authored-by: Codex codex@openai.com

Scan listed subdirectories recursively for nested source files.

AI-assisted using Codex for implementation and testing.

Resolves #226

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin enabled auto-merge (squash) March 11, 2026 17:40
@fingolfin fingolfin merged commit ca8d323 into master Mar 11, 2026
7 checks passed
@fingolfin fingolfin deleted the codex/issue-226-recursive-scan-dirs branch March 11, 2026 17:42
@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.79%. Comparing base (9f81472) to head (7d1cbd7).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #347      +/-   ##
==========================================
+ Coverage   91.65%   91.79%   +0.14%     
==========================================
  Files          13       13              
  Lines        2600     2609       +9     
==========================================
+ Hits         2383     2395      +12     
+ Misses        217      214       -3     
Files with missing lines Coverage Δ
gap/Magic.gd 100.00% <ø> (ø)
gap/Magic.gi 73.85% <100.00%> (+0.66%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Scan scan_dirs directories recursively?

1 participant