qbicsoftware / postman-core-lib

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

Patch/1.0.5 #37

Open sven1103 opened 5 years ago

sven1103 commented 5 years ago

The division factor between units is 1024 and not 1000. This lead to wrong computed file sizes that were displayed in the CLI

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f22c6ef). Click here to learn what that means. The diff coverage is 39.92%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #37   +/-   ##
=========================================
  Coverage          ?   39.92%           
=========================================
  Files             ?       22           
  Lines             ?      799           
  Branches          ?      103           
=========================================
  Hits              ?      319           
  Misses            ?      465           
  Partials          ?       15
Impacted Files Coverage Δ
...exceptions/PostmanOpenBISLoginFailedException.java 0% <0%> (ø)
src/main/java/life/qbic/util/ProgressBar.java 0% <0%> (ø)
src/main/java/life/qbic/PostmanCoreLib.java 0% <0%> (ø)
.../qbic/dataLoading/PostmanDataDownloaderOldAPI.java 0% <0%> (ø)
...ceptions/OpenBISAuthenticationFailedException.java 0% <0%> (ø)
...fe/qbic/dataLoading/PostmanDataStreamProvider.java 100% <100%> (ø)
.../java/life/qbic/dataLoading/PostmanDataFinder.java 32.22% <32.22%> (ø)
.../main/groovy/life/qbic/util/RegexFilterUtil.groovy 47.61% <47.61%> (ø)
...life/qbic/dataLoading/PostmanDataDownloaderV3.java 50.35% <50.35%> (ø)
src/main/java/life/qbic/util/StringUtil.java 60% <60%> (ø)
... and 12 more

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 f22c6ef...995e214. Read the comment docs.