slub / mets-mods2tei

Convert bibliographic meta data in MODS format to TEI headers
Apache License 2.0
8 stars 7 forks source link

Add the source document's extent to TEI #23

Closed wrznr closed 5 years ago

wrznr commented 5 years ago

It is taken from mods:physicalDescription/mods:extent and added to the TEI's manuscript description. In addition, the first test for the TEI side of things has been added.

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 2.28%. The diff coverage is 30.95%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #23      +/-   ##
=========================================
+ Coverage   46.51%   48.8%   +2.28%     
=========================================
  Files           4       4              
  Lines         359     375      +16     
  Branches       66      70       +4     
=========================================
+ Hits          167     183      +16     
+ Misses        177     176       -1     
- Partials       15      16       +1
Impacted Files Coverage Δ
mets_mods2teiHeader/scripts/mets_mods2teiHeader.py 0% <0%> (ø) :arrow_up:
mets_mods2teiHeader/api/mets.py 77.17% <100%> (+0.5%) :arrow_up:
mets_mods2teiHeader/api/tei.py 27.85% <25%> (+7.08%) :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 45e5599...d357fe7. Read the comment docs.