qbicsoftware / postman-core-lib

Core libraries providing utilities for the download of OpenBIS files and datasets
MIT License
0 stars 0 forks source link

[FEATURE][REFACTORING] Removed some InputStreamProvider stuff #18

Closed Zethson closed 5 years ago

Zethson commented 5 years ago

Added returning an inputstream from supportedDataFileTypes

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into development will increase coverage by 0.38%. The diff coverage is 0%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development     #18      +/-   ##
==============================================
+ Coverage         8.57%   8.95%   +0.38%     
==============================================
  Files               21      22       +1     
  Lines              630     603      -27     
  Branches            71      64       -7     
==============================================
  Hits                54      54              
+ Misses             575     548      -27     
  Partials             1       1
Impacted Files Coverage Δ
...fe/qbic/dataLoading/PostmanDataStreamProvider.java 0% <ø> (ø) :arrow_up:
src/main/java/life/qbic/PostmanCoreLib.java 0% <ø> (ø) :arrow_up:
...c/main/java/life/qbic/core/SupportedFileTypes.java 0% <0%> (ø) :arrow_up:
...life/qbic/dataLoading/PostmanDataDownloaderV3.java 0% <0%> (ø)
.../qbic/dataLoading/PostmanDataDownloaderOldAPI.java 0% <0%> (ø)

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 5506dbf...5f1ddb9. Read the comment docs.