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

#172 - Naming: cas.add_annotation(s) #181

Closed jcklie closed 2 years ago

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

Codecov Report

Merging #181 (13b11c7) into main (6a17238) will decrease coverage by 0.19%. The diff coverage is 93.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   97.56%   97.37%   -0.20%     
==========================================
  Files           9        9              
  Lines        1931     1940       +9     
==========================================
+ Hits         1884     1889       +5     
- Misses         47       51       +4     
Impacted Files Coverage Δ
cassis/cas.py 96.73% <76.92%> (-1.02%) :arrow_down:
cassis/xmi.py 96.51% <100.00%> (ø)
tests/fixtures.py 100.00% <100.00%> (ø)
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.py 99.32% <100.00%> (ø)
tests/test_xmi.py 100.00% <100.00%> (ø)
cassis/typesystem.py 96.33% <0.00%> (-0.22%) :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 6a17238...13b11c7. Read the comment docs.