qbicsoftware / postman-core-lib

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

[1.0.0] Release #30

Open Zethson opened 5 years ago

Zethson commented 5 years ago

Copied from the trello card:

The old postman was simply a blob of a single downloader class with too many responsibilites and functionalities. Hence, I set a focus on modularizing the postman-core-lib into four main functionalities: PostmanDataDownloader PostmanDataFilterer PostmanDataFinder PostmanDataStreamProvider

Moreover I tried to create a nice structure for tests and integration tests. All integration tests extend a special class which automatically logs in, provides the dataloading objects and useful functions. The library features unit tests (mocked), as well as integration tests for testing downloading capabilities etc.

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 n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #30   +/-   ##
=========================================
  Coverage          ?   52.63%           
=========================================
  Files             ?        1           
  Lines             ?       38           
  Branches          ?       10           
=========================================
  Hits              ?       20           
  Misses            ?       18           
  Partials          ?        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 f22c6ef...d11f1e8. Read the comment docs.