Skip to content

Add non-Linux CI jobs. #240

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

Merged
merged 4 commits into from
Mar 24, 2025
Merged

Add non-Linux CI jobs. #240

merged 4 commits into from
Mar 24, 2025

Conversation

wRAR
Copy link
Member

@wRAR wRAR commented Mar 22, 2025

Fixes #239

Copy link

codecov bot commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.76%. Comparing base (cc15435) to head (ecc66bd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   96.37%   96.76%   +0.38%     
==========================================
  Files           9        9              
  Lines         497      495       -2     
  Branches       84       84              
==========================================
  Hits          479      479              
+ Misses          7        6       -1     
+ Partials       11       10       -1     
Files with missing lines Coverage Δ
w3lib/encoding.py 100.00% <100.00%> (ø)
w3lib/url.py 98.73% <100.00%> (+0.83%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -400,7 +401,7 @@ def path_to_file_uri(path: str | os.PathLike[str]) -> str:
"""Convert local filesystem path to legal File URIs as described in:
http://en.wikipedia.org/wiki/File_URI_scheme
"""
x = pathname2url(str(Path(path).resolve()))
x = pathname2url(str(Path(path).absolute()))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gallaecio Gallaecio merged commit e1a361f into master Mar 24, 2025
22 checks passed
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.

Run tests on Windows and fix the failures
2 participants