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

#174 - FSes that are only transitively referenced cannot be serialized (#179) #182

Closed reckart closed 3 years ago

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

Codecov Report

Merging #182 (9caa301) into main (9cdbd73) will increase coverage by 0.02%. The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
+ Coverage   97.37%   97.39%   +0.02%     
==========================================
  Files           9        9              
  Lines        1940     1955      +15     
==========================================
+ Hits         1889     1904      +15     
  Misses         51       51              
Impacted Files Coverage Δ
cassis/xmi.py 96.47% <ø> (-0.04%) :arrow_down:
cassis/cas.py 96.83% <90.00%> (+0.09%) :arrow_up:
tests/test_cas.py 100.00% <100.00%> (ø)
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 9cdbd73...9caa301. Read the comment docs.