Skip to content

fix: use older iterdir instead of glob to ensure backwards compatibility#56

Merged
aelanman merged 1 commit into
mainfrom
glob_fix
May 13, 2026
Merged

fix: use older iterdir instead of glob to ensure backwards compatibility#56
aelanman merged 1 commit into
mainfrom
glob_fix

Conversation

@aelanman

Copy link
Copy Markdown
Owner

zipfile.Path.glob wasn't introduced until python 3.12, and we want to maintain support for older versions.

@codecov

codecov Bot commented May 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.89%. Comparing base (7c0e88d) to head (fa93d25).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   86.73%   86.89%   +0.16%     
==========================================
  Files           8        8              
  Lines         618      641      +23     
==========================================
+ Hits          536      557      +21     
- Misses         82       84       +2     

☔ 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.

@aelanman aelanman merged commit 70f1e79 into main May 13, 2026
16 checks passed
@aelanman aelanman deleted the glob_fix branch May 13, 2026 14:43
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.

2 participants