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

Eliminate string construction of file:// urls. #117

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

ttung
Copy link
Collaborator

@ttung ttung commented Aug 27, 2019

Use Pathlib's as_uri() method, which is cross-platform.

Test plan: make test
Part of spacetx/starfish#1296

@codecov-io
Copy link

codecov-io commented Aug 27, 2019

Codecov Report

Merging #117 into master will increase coverage by 2.73%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   75.57%   78.31%   +2.73%     
==========================================
  Files          29       29              
  Lines         913      913              
==========================================
+ Hits          690      715      +25     
+ Misses        223      198      -25
Impacted Files Coverage Δ
slicedimage/io/_v0_1_0.py 85.71% <0%> (+27.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2be1a1...42f02e7. Read the comment docs.

@ttung ttung mentioned this pull request Aug 27, 2019
@ttung ttung force-pushed the tonytung-pathlib branch 3 times, most recently from 54be498 to 82baf7c Compare August 29, 2019 23:01
Use Pathlib's `as_uri()` method, which is cross-platform.

Test plan: `make test`
Part of spacetx/starfish#1296
@ttung ttung force-pushed the tonytung-pathlib branch from 82baf7c to 42f02e7 Compare August 30, 2019 16:48
@ttung ttung merged commit 4e78b5f into master Aug 30, 2019
@ttung ttung deleted the tonytung-pathlib branch August 30, 2019 16:49
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.

3 participants