bagit-profiles / bagit-profiles-validator

A simple Python module for validating BagIt Profiles.
The Unlicense
12 stars 6 forks source link

Support case-insensitive Bag-Info tags (Issue #21) #22

Closed tdilauro closed 4 years ago

tdilauro commented 4 years ago

Fixes/implements #21 (case-insensitive Bag-Info tags).

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 1.88%. The diff coverage is 91.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   80.73%   82.61%   +1.88%     
==========================================
  Files           2        2              
  Lines         436      489      +53     
==========================================
+ Hits          352      404      +52     
- Misses         84       85       +1     
Impacted Files Coverage Δ
bagit_profile.py 71.02% <80.95%> (+1.28%) :arrow_up:
test.py 98.54% <97.56%> (-0.25%) :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 41e7eec...7dd3547. Read the comment docs.

tdilauro commented 4 years ago

No problem.