whikloj / BagItTools

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

Add addBagInfoTags() method #44

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

Resolves #42

codecov[bot] commented 2 years ago

Codecov Report

Merging #44 (ad4b52c) into main (500380e) will increase coverage by 0.89%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main      #44      +/-   ##
============================================
+ Coverage     88.84%   89.73%   +0.89%     
- Complexity      477      624     +147     
============================================
  Files             7        7              
  Lines          1237     1608     +371     
============================================
+ Hits           1099     1443     +344     
- Misses          138      165      +27     
Impacted Files Coverage Δ
src/Bag.php 88.29% <100.00%> (+2.19%) :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