whikloj / BagItTools

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

feature: Command line tool #10

Closed whikloj closed 4 years ago

whikloj commented 4 years ago

Adds a command line validation tool.

Replaces #6 which shouldn't be against master

codecov[bot] commented 4 years ago

Codecov Report

Merging #10 into develop will increase coverage by 0.11%. The diff coverage is 81.39%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #10      +/-   ##
=============================================
+ Coverage      78.08%   78.19%   +0.11%     
- Complexity       437      454      +17     
=============================================
  Files              6        7       +1     
  Lines           1209     1252      +43     
=============================================
+ Hits             944      979      +35     
- Misses           265      273       +8
Impacted Files Coverage Δ Complexity Δ
src/Commands/ValidateCommand.php 81.39% <81.39%> (ø) 17 <17> (?)

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 4dbf43f...6896360. Read the comment docs.