Skip to content

Fix copy/copy2 kwargs handling#331

Merged
jborean93 merged 1 commit intomasterfrom
copy-kwargs
Feb 8, 2026
Merged

Fix copy/copy2 kwargs handling#331
jborean93 merged 1 commit intomasterfrom
copy-kwargs

Conversation

@jborean93
Copy link
Owner

Make sure that the kwargs for copy and copy2 are passed down to the underlying function that does the file and metadata copying.

Fixes: #330

@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.01%. Comparing base (236d3cd) to head (bd91c1a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #331   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files          24       24           
  Lines        5184     5184           
=======================================
  Hits         5133     5133           
  Misses         51       51           
Flag Coverage Δ
macOS 68.09% <50.00%> (ø)
py3.10 98.97% <100.00%> (ø)
py3.11 98.97% <100.00%> (ø)
py3.12 98.97% <100.00%> (ø)
py3.13 98.97% <100.00%> (ø)
py3.14 98.97% <100.00%> (ø)
py3.9 99.01% <100.00%> (ø)
ubuntu 96.85% <100.00%> (ø)
windows 98.93% <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.

Make sure that the kwargs for copy and copy2 are passed down to the
underlying function that does the file and metadata copying.
@jborean93 jborean93 merged commit a4ab008 into master Feb 8, 2026
22 checks passed
@jborean93 jborean93 deleted the copy-kwargs branch February 8, 2026 21:58
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.

The parameter connection_cache is missing because kwargs was not passed.

1 participant