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

#194 - Allow visual comparison between two CASes #195

Closed reckart closed 2 years ago

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

Codecov Report

Merging #195 (1185d49) into main (f93f185) will increase coverage by 0.13%. The diff coverage is 97.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
+ Coverage   97.12%   97.25%   +0.13%     
==========================================
  Files           9       12       +3     
  Lines        2051     2369     +318     
==========================================
+ Hits         1992     2304     +312     
- Misses         59       65       +6     
Impacted Files Coverage Δ
cassis/cas.py 96.62% <80.00%> (+0.36%) :arrow_up:
cassis/util.py 95.80% <95.80%> (ø)
cassis/typesystem.py 95.18% <97.72%> (+0.22%) :arrow_up:
tests/test_files/test_cas_generators.py 100.00% <100.00%> (ø)
tests/test_util.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 f93f185...1185d49. Read the comment docs.