Skip to content

Conversation

@yunchipang
Copy link
Contributor

Description

Write util functions to replace backslashes with forward slashes when constructing file paths.

fixes: #445

How are the changes test-covered

  • N/A
  • Automated tests (unit and/or integration tests)
  • Manual tests (OS: Windows 11, Python: 3.13.7, in real AWS S3 env)
    • Details are described below

@codecov
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

❌ Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 86.85%. Comparing base (038eca8) to head (f8f7307).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/schema/resolver.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #457      +/-   ##
==========================================
+ Coverage   86.72%   86.85%   +0.12%     
==========================================
  Files          49       49              
  Lines        2637     2625      -12     
==========================================
- Hits         2287     2280       -7     
+ Misses        350      345       -5     

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

@xushiyan xushiyan force-pushed the 445-windows-path-separator-bug branch from cfcac66 to a921998 Compare October 26, 2025 03:30
@xushiyan xushiyan force-pushed the 445-windows-path-separator-bug branch from 284e078 to f8f7307 Compare October 26, 2025 18:04
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.

Windows path separator bug: library uses backslash instead of forward slash, causing issues for cloud and POSIX APIs

3 participants