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

#85 - Allow leniency to CAS deserialization #140

Closed jcklie closed 3 years ago

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

Codecov Report

Merging #140 into master will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   97.84%   97.93%   +0.09%     
==========================================
  Files           9        9              
  Lines        1762     1793      +31     
==========================================
+ Hits         1724     1756      +32     
+ Misses         38       37       -1     
Impacted Files Coverage Δ
cassis/typesystem.py 96.81% <100.00%> (+0.25%) :arrow_up:
cassis/xmi.py 98.34% <100.00%> (+0.08%) :arrow_up:
tests/fixtures.py 100.00% <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 06c5f3e...35849cc. Read the comment docs.