dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
84 stars 22 forks source link

#193 - Gracefully handle empty CAS xmi files #196

Closed jcklie closed 2 years ago

jcklie commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #196 (b75c9fa) into main (10304b8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage   97.25%   97.25%           
=======================================
  Files          12       12           
  Lines        2369     2372    +3     
=======================================
+ Hits         2304     2307    +3     
  Misses         65       65           
Impacted Files Coverage Δ
cassis/cas.py 96.62% <100.00%> (ø)
cassis/typesystem.py 95.18% <100.00%> (ø)
cassis/xmi.py 97.68% <100.00%> (ø)
tests/test_xmi.py 100.00% <100.00%> (ø)

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 10304b8...b75c9fa. Read the comment docs.