whikloj / BagItTools

A PHP BagIt library
MIT License
11 stars 5 forks source link

Add setAlgorithms method #43

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

Resolves #41

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (2f7dd23) into main (500380e) will increase coverage by 0.23%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main      #43      +/-   ##
============================================
+ Coverage     88.84%   89.07%   +0.23%     
- Complexity      477      482       +5     
============================================
  Files             7        7              
  Lines          1237     1254      +17     
============================================
+ Hits           1099     1117      +18     
+ Misses          138      137       -1     
Impacted Files Coverage Δ
src/Bag.php 86.48% <100.00%> (+0.37%) :arrow_up:
src/BagUtils.php 92.78% <0.00%> (+0.31%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more