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

#190 - Allow getting the type system from a type #191

Closed jcklie closed 2 years ago

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

Codecov Report

Merging #191 (a28215c) into main (4fcaf76) will increase coverage by 0.11%. The diff coverage is 96.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #191      +/-   ##
==========================================
+ Coverage   97.38%   97.50%   +0.11%     
==========================================
  Files          12       12              
  Lines        2374     2448      +74     
==========================================
+ Hits         2312     2387      +75     
+ Misses         62       61       -1     
Impacted Files Coverage Δ
cassis/typesystem.py 95.93% <93.43%> (+0.54%) :arrow_up:
cassis/cas.py 96.63% <100.00%> (+0.01%) :arrow_up:
cassis/util.py 95.80% <100.00%> (ø)
cassis/xmi.py 97.70% <100.00%> (+0.01%) :arrow_up:
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.py 99.38% <100.00%> (+0.02%) :arrow_up:
tests/test_xmi.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 4fcaf76...a28215c. Read the comment docs.