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

#77 - ValueError when reading a type system file that redefines a feature #78

Closed jcklie closed 4 years ago

jcklie commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #78 into master will increase coverage by 0.35%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   97.57%   97.92%   +0.35%     
==========================================
  Files           9        9              
  Lines        1155     1400     +245     
==========================================
+ Hits         1127     1371     +244     
- Misses         28       29       +1
Impacted Files Coverage Δ
cassis/typesystem.py 97.75% <100%> (+0.83%) :arrow_up:
tests/test_typesystem.py 100% <100%> (ø) :arrow_up:
cassis/xmi.py 97.4% <0%> (-0.39%) :arrow_down:
tests/test_cas.py 100% <0%> (ø) :arrow_up:
tests/fixtures.py 100% <0%> (ø) :arrow_up:
cassis/cas.py 100% <0%> (+0.69%) :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 449235d...cce315a. Read the comment docs.