whikloj / BagItTools

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

Implement removeBagInfoTagByValue #40

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

Do some changes for performance

Resolves: #31

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (91991aa) into main (a6d3e28) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #40      +/-   ##
============================================
+ Coverage     88.55%   88.84%   +0.28%     
- Complexity      476      477       +1     
============================================
  Files             7        7              
  Lines          1241     1237       -4     
============================================
  Hits           1099     1099              
+ Misses          142      138       -4     
Impacted Files Coverage Δ
src/AbstractManifest.php 89.91% <100.00%> (+2.51%) :arrow_up:
src/Bag.php 86.10% <100.00%> (+0.11%) :arrow_up:
src/BagUtils.php 92.47% <100.00%> (-0.24%) :arrow_down:
src/Fetch.php 95.06% <100.00%> (+0.02%) :arrow_up:

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 a6d3e28...91991aa. Read the comment docs.