nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 23 forks source link

Validate relpath util #157

Closed mpacer closed 4 years ago

mpacer commented 4 years ago

This creates the utility that will be shared between the fs cloning handler & the fs cloning api handler:

codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.51%. The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #157      +/-   ##
=========================================
+ Coverage   79.39%   79.9%   +0.51%     
=========================================
  Files          10      10              
  Lines         427     438      +11     
=========================================
+ Hits          339     350      +11     
  Misses         88      88
codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.65%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   79.43%   80.09%   +0.65%     
==========================================
  Files          10       10              
  Lines         428      442      +14     
==========================================
+ Hits          340      354      +14     
  Misses         88       88
mpacer commented 4 years ago

@chyzzqo2 I think this addresses all your comments now.