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

#67 - Creating cas without typesystem shares the default typesystem #72

Closed jcklie closed 5 years ago

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

Codecov Report

Merging #72 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #72      +/-   ##
=========================================
+ Coverage    97.5%   97.6%   +0.09%     
=========================================
  Files           9       9              
  Lines        1121    1125       +4     
=========================================
+ Hits         1093    1098       +5     
+ Misses         28      27       -1
Impacted Files Coverage Δ
tests/test_cas.py 100% <100%> (ø) :arrow_up:
cassis/cas.py 99.29% <100%> (ø) :arrow_up:
cassis/xmi.py 97.76% <0%> (+0.44%) :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 e58d168...dca5695. Read the comment docs.