fair-research / bdbag

Big Data Bag Utilities
https://fair-research.org
Apache License 2.0
49 stars 23 forks source link

Merge 1.5 dev branch #29

Closed mikedarcy closed 5 years ago

mikedarcy commented 5 years ago

Merge the branch and release 1.5.
Documentation needs to be updated. Addresses #25, #27, and includes new features like extensible identifier resolver support and materialize function.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 226


Changes Missing Coverage Covered Lines Changed/Added Lines %
bdbag/fetch/init.py 19 20 95.0%
bdbag/fetch/auth/cookies.py 42 43 97.67%
bdbag/bdbag_api.py 28 30 93.33%
bdbag/fetch/fetcher.py 46 49 93.88%
bdbag/fetch/resolvers/dataguid_resolver.py 34 37 91.89%
bdbag/fetch/transports/fetch_http.py 89 92 96.74%
bdbag/bdbag_config.py 84 88 95.45%
bdbag/bdbagit.py 23 27 85.19%
bdbag/fetch/resolvers/ark_resolver.py 39 43 90.7%
bdbag/fetch/resolvers/doi_resolver.py 35 42 83.33%
<!-- Total: 559 610 91.64% -->
Files with Coverage Reduction New Missed Lines %
bdbag/fetch/auth/keychain.py 1 92.86%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 167: 8.1%
Covered Lines: 1430
Relevant Lines: 1558

💛 - Coveralls