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

#198 - Cas.get_types() does not return all types #200

Closed reckart closed 2 years ago

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

Codecov Report

Merging #200 (8941b77) into main (ebb2f4c) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   97.25%   97.31%   +0.05%     
==========================================
  Files          12       12              
  Lines        2372     2313      -59     
==========================================
- Hits         2307     2251      -56     
+ Misses         65       62       -3     
Impacted Files Coverage Δ
cassis/typesystem.py 95.36% <100.00%> (+0.18%) :arrow_up:
tests/test_typesystem.py 99.35% <100.00%> (+0.62%) :arrow_up:
cassis/cas.py 96.61% <0.00%> (-0.02%) :arrow_down:
cassis/xmi.py 97.68% <0.00%> (-0.01%) :arrow_down:
tests/fixtures.py 100.00% <0.00%> (ø)
tests/test_xmi.py 100.00% <0.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 ebb2f4c...8941b77. Read the comment docs.