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 simple HttpPath implementation #15

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

Closes #11

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by 14.1%. The diff coverage is 82.78%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
+ Coverage     57.14%   71.25%   +14.1%     
- Complexity       38       76      +38     
============================================
  Files             7        7              
  Lines           126      240     +114     
  Branches          8       29      +21     
============================================
+ Hits             72      171      +99     
- Misses           51       58       +7     
- Partials          3       11       +8
Impacted Files Coverage Δ Complexity Δ
.../main/java/org/magicdgs/http/jsr203/HttpUtils.java 78.57% <100%> (+1.64%) 7 <1> (ø) :arrow_down:
.../java/org/magicdgs/http/jsr203/HttpFileSystem.java 40% <77.77%> (+24.61%) 4 <3> (+2) :arrow_up:
...c/main/java/org/magicdgs/http/jsr203/HttpPath.java 70.67% <83.03%> (+63.26%) 38 <37> (+36) :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 2d443c0...0fedbc5. Read the comment docs.