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

Implement simple HttpAbstractFileSystemProvider #29

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

Implements the minimal functionality of HttpAbstractFileSystemProvider, including a method in HttpUtils to check for the existance of an URL

Closes #20

codecov-io commented 6 years ago

Codecov Report

Merging #29 into master will increase coverage by 3.84%. The diff coverage is 90%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
+ Coverage     74.89%   78.74%   +3.84%     
- Complexity       83       96      +13     
============================================
  Files             8        8              
  Lines           243      287      +44     
  Branches         32       42      +10     
============================================
+ Hits            182      226      +44     
+ Misses           53       50       -3     
- Partials          8       11       +3
Impacted Files Coverage Δ Complexity Δ
.../java/org/magicdgs/http/jsr203/HttpFileSystem.java 85.71% <100%> (ø) 18 <1> (+1) :arrow_up:
.../main/java/org/magicdgs/http/jsr203/HttpUtils.java 90.9% <100%> (+4.24%) 3 <0> (ø) :arrow_down:
...gs/http/jsr203/HttpAbstractFileSystemProvider.java 76.36% <87.8%> (+48.58%) 17 <12> (+12) :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 20d917d...39c7148. Read the comment docs.