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

#206 - Type unmarshalling from string to the actual type specified in… #208

Closed reckart closed 2 years ago

reckart commented 2 years ago

… the type system

codecov[bot] commented 2 years ago

Codecov Report

Merging #208 (7f8d6c9) into main (329b240) will decrease coverage by 0.02%. The diff coverage is 93.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
- Coverage   97.53%   97.50%   -0.03%     
==========================================
  Files          12       12              
  Lines        2513     2567      +54     
==========================================
+ Hits         2451     2503      +52     
- Misses         62       64       +2     
Impacted Files Coverage Δ
tests/test_files/test_cas_generators.py 97.47% <84.21%> (-2.53%) :arrow_down:
cassis/xmi.py 97.47% <94.44%> (-0.23%) :arrow_down:
cassis/util.py 97.90% <100.00%> (+2.09%) :arrow_up:
tests/test_xmi.py 100.00% <100.00%> (ø)
cassis/typesystem.py 95.68% <0.00%> (-0.18%) :arrow_down:

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 329b240...7f8d6c9. Read the comment docs.