Skip to content

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

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

codecov bot commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.03%. Comparing base (1ca44b1) to head (56d46f3).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #331   +/-   ##
=======================================
  Coverage   99.03%   99.03%           
=======================================
  Files          24       24           
  Lines        5177     5177           
=======================================
  Hits         5127     5127           
  Misses         50       50           
Flag Coverage Δ
macOS 68.18% <50.00%> (ø)
py3.10 98.99% <100.00%> (ø)
py3.11 98.99% <100.00%> (ø)
py3.12 98.99% <100.00%> (ø)
py3.13 98.99% <100.00%> (ø)
py3.14 98.99% <100.00%> (ø)
py3.9 99.03% <100.00%> (ø)
ubuntu 96.83% <100.00%> (ø)
windows 98.95% <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.

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.

2 participants