Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: auto-exclude gitignore patterns #109

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

twelvelabs
Copy link
Owner

This MR:

  • Adds logic to auto exclude patterns from .gitignore when present.
  • Adds a slight optimization when processing multiple path specs.

Closes #99

@twelvelabs twelvelabs linked an issue Dec 26, 2023 that may be closed by this pull request
Copy link

codecov bot commented Dec 26, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (22fd462) 91.96% compared to head (3b9d4bd) 92.17%.

Files Patch % Lines
internal/stylist/path_indexer.go 78.18% 8 Missing and 4 partials ⚠️
internal/stylist/pipeline.go 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   91.96%   92.17%   +0.21%     
==========================================
  Files          18       19       +1     
  Lines        1742     1789      +47     
==========================================
+ Hits         1602     1649      +47     
  Misses         99       99              
  Partials       41       41              

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

@twelvelabs twelvelabs merged commit e815ad3 into main Dec 26, 2023
4 of 5 checks passed
@twelvelabs twelvelabs deleted the 99-auto-exclude-gitignore-patterns branch December 26, 2023 05:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auto exclude gitignore patterns
1 participant