magicDGS / jsr203-http

**Under development** HTTP/S FileSystem provider for Java NIO.2
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Add offsets to HttpPath and implement getNameCount #50

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

First step to support some methods for getting relative paths (#12)

codecov-io commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.75%. The diff coverage is 90.9%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #50      +/-   ##
============================================
+ Coverage     83.12%   83.88%   +0.75%     
- Complexity      116      122       +6     
============================================
  Files             8        8              
  Lines           314      335      +21     
  Branches         53       58       +5     
============================================
+ Hits            261      281      +20     
+ Misses           43       42       -1     
- Partials         10       12       +2
Impacted Files Coverage Δ Complexity Δ
...c/main/java/org/magicdgs/http/jsr203/HttpPath.java 81.7% <90.9%> (+1.98%) 60 <6> (+6) :arrow_up:

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 9379d12...a55cfad. Read the comment docs.