whikloj / BagItTools

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

Fix init warning messages #4

Closed henning-gerhardt closed 4 years ago

henning-gerhardt commented 4 years ago

Fixes #3

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage     75.27%   75.29%   +0.02%     
  Complexity      435      435              
============================================
  Files             6        6              
  Lines          1197     1198       +1     
============================================
+ Hits            901      902       +1     
  Misses          296      296
Impacted Files Coverage Δ Complexity Δ
src/Bag.php 73.97% <100%> (+0.03%) 267 <0> (ø) :arrow_down:
src/BagUtils.php 96.72% <0%> (ø) 31% <0%> (ø) :arrow_down:
src/Fetch.php 66.98% <0%> (ø) 79% <0%> (ø) :arrow_down:
src/AbstractManifest.php 81.25% <0%> (ø) 43% <0%> (ø) :arrow_down:

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 5a75b85...90c2dce. Read the comment docs.

whikloj commented 4 years ago

Thanks for this @henning-gerhardt. I've noted a couple other issues and clean up which I will push on top of this.