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

#126 - select does not return instances of all (transitive) subtypes of the type queried for #127

Closed reckart closed 4 years ago

reckart commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #127 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   97.67%   97.70%   +0.03%     
==========================================
  Files           9        9              
  Lines        1547     1569      +22     
==========================================
+ Hits         1511     1533      +22     
  Misses         36       36              
Impacted Files Coverage Δ
cassis/cas.py 97.70% <100.00%> (-0.03%) :arrow_down:
cassis/typesystem.py 96.72% <100.00%> (+0.04%) :arrow_up:
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.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 5ab3242...5225c9a. Read the comment docs.