dkpro / dkpro-cassis

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

#90 - XMI reading/writing fails if feature name is reserved #99

Closed jcklie closed 5 years ago

jcklie commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.02%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   97.55%   97.57%   +0.02%     
==========================================
  Files           9        9              
  Lines        1268     1280      +12     
==========================================
+ Hits         1237     1249      +12     
  Misses         31       31
Impacted Files Coverage Δ
tests/test_xmi.py 100% <ø> (ø) :arrow_up:
tests/fixtures.py 100% <100%> (ø) :arrow_up:
cassis/typesystem.py 97.23% <100%> (ø) :arrow_up:
cassis/xmi.py 97.43% <88.88%> (+0.06%) :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 0a14495...8586efa. Read the comment docs.