Skip to content

Extend globbing functionality with EXTGLOB support#359

Merged
coordt merged 1 commit intomasterfrom
357-allow-glob-file-resolution
Jul 19, 2025
Merged

Extend globbing functionality with EXTGLOB support#359
coordt merged 1 commit intomasterfrom
357-allow-glob-file-resolution

Conversation

@coordt
Copy link
Copy Markdown
Member

@coordt coordt commented Jul 19, 2025

Summary of Changes

  • Added EXTGLOB support to configuration utilities.
  • Enhanced pattern matching capabilities.

Related Issues

Checklist

  • Ensure compatibility with existing configurations.
  • Update related documentation if required.
  • Write tests to validate new functionality

@coordt coordt linked an issue Jul 19, 2025 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

Version hint: patch
Current version: 1.2.0
New version (when merged): 1.2.1

Comment ID: Display the version hint-auto-generated

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 19, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-19 11:51 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.04%. Comparing base (a1a2a16) to head (b7eefab).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   95.04%   95.04%           
=======================================
  Files          29       29           
  Lines        1978     1978           
  Branches      208      208           
=======================================
  Hits         1880     1880           
  Misses         71       71           
  Partials       27       27           
Flag Coverage Δ
python-3.10 95.04% <100.00%> (ø)
python-3.11 95.04% <100.00%> (ø)
python-3.12 95.04% <100.00%> (ø)
python-3.13 95.04% <100.00%> (ø)
python-3.8 95.04% <100.00%> (ø)
python-3.9 95.04% <100.00%> (ø)

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.

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

@coordt coordt merged commit b6de3df into master Jul 19, 2025
22 checks passed
@coordt coordt deleted the 357-allow-glob-file-resolution branch July 19, 2025 11:50
@fmigneault
Copy link
Copy Markdown

Thanks for the quick integration! 🚀

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.

Allow matching regex patterns with glob file resolution

2 participants