Skip to content

Support multiple --exclude patterns#47

Merged
peteretelej merged 1 commit into
mainfrom
fix/exclude-multiple
Jan 4, 2026
Merged

Support multiple --exclude patterns#47
peteretelej merged 1 commit into
mainfrom
fix/exclude-multiple

Conversation

@peteretelej

@peteretelej peteretelej commented Jan 4, 2026

Copy link
Copy Markdown
Owner

Allow specifying of multiple --exclude / -I patterns similar to other *nix trees. Currently not supported.

tree -I "*.txt" -I "*.md"

Fixes #38

Allow specifying of multiple --exclude / -I patterns similar to other
*nix `tree`s. Currently not supported.

`tree -I "*.txt" -I "*.md"

Fixes #38
@peteretelej peteretelej added the bug Something isn't working label Jan 4, 2026
@peteretelej
peteretelej merged commit 9026f3e into main Jan 4, 2026
8 checks passed
@peteretelej
peteretelej deleted the fix/exclude-multiple branch January 4, 2026 13:45
@codecov

codecov Bot commented Jan 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.84%. Comparing base (4e73202) to head (d7b9463).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   80.84%   80.84%           
=======================================
  Files           7        7           
  Lines         804      804           
=======================================
  Hits          650      650           
  Misses        154      154           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--exclude multiple items.

1 participant