Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use forward slashes for relative paths in config #225

Merged
merged 2 commits into from
Mar 13, 2025
Merged

Conversation

imagejan
Copy link
Member

By using Path.as_posix(), we ensure forward slashes independent of the platform.

This should help for interoperability between Windows and Linux systems.

By using Path.as_posix(), we ensure
forward slashes independent of the platform.

This should help for interoperability between Windows and Linux systems.
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.20%. Comparing base (aec9f31) to head (c2264de).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #225   +/-   ##
=======================================
  Coverage   93.20%   93.20%           
=======================================
  Files          65       65           
  Lines        4149     4149           
  Branches      264      264           
=======================================
  Hits         3867     3867           
  Misses        265      265           
  Partials       17       17           

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

@imagejan imagejan requested a review from tibuch March 13, 2025 09:59
@imagejan imagejan merged commit 289952d into main Mar 13, 2025
15 checks passed
@imagejan imagejan deleted the all-posix-paths branch March 13, 2025 11:59
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