Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Adds glob_exclude file specification parameter. #186

Merged
merged 5 commits into from
May 1, 2024

Conversation

coordt
Copy link
Member

@coordt coordt commented May 1, 2024

User can prune the files resolved via the glob parameter.

Fixes #184

User can prune the files resolved via the `glob` parameter.

Fixes #184
@coordt coordt linked an issue May 1, 2024 that may be closed by this pull request
Copy link

github-actions bot commented May 1, 2024

Version hint: minor
Current version: 0.20.3
New version (when merged): 0.21.0

Comment ID: Display the version hint-auto-generated

Copy link

github-actions bot commented May 1, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://callowayproject.github.io/bump-my-version/pr-preview/pr-186/
on branch gh-pages at 2024-05-01 19:21 UTC

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.73%. Comparing base (3777f27) to head (1041fe9).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
- Coverage   93.85%   93.73%   -0.12%     
==========================================
  Files          25       25              
  Lines        1546     1549       +3     
  Branches      306      306              
==========================================
+ Hits         1451     1452       +1     
- Misses         69       70       +1     
- Partials       26       27       +1     
Flag Coverage Δ
python-3.10 93.73% <100.00%> (-0.12%) ⬇️
python-3.11 93.73% <100.00%> (-0.12%) ⬇️
python-3.8 93.70% <100.00%> (-0.12%) ⬇️
python-3.9 93.70% <100.00%> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@coordt coordt merged commit 7f4add0 into master May 1, 2024
13 of 14 checks passed
@coordt coordt deleted the 184-provide-an-option-to-ignore-paths branch May 1, 2024 19:24
@fmigneault
Copy link

fmigneault commented May 2, 2024

Thanks for the quick implementation!
Will give a try to this new configuration parameter.
Works like a charm!

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.

Provide an option to ignore paths
2 participants