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

#25 - More type checking #120

Closed jcklie closed 4 years ago

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

Codecov Report

Merging #120 into master will increase coverage by 0.15%. The diff coverage is 98.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   97.50%   97.65%   +0.15%     
==========================================
  Files           9        9              
  Lines        1480     1535      +55     
==========================================
+ Hits         1443     1499      +56     
+ Misses         37       36       -1     
Impacted Files Coverage Δ
cassis/typesystem.py 96.65% <95.00%> (+0.39%) :arrow_up:
cassis/cas.py 97.66% <100.00%> (+0.57%) :arrow_up:
cassis/xmi.py 98.15% <100.00%> (-0.24%) :arrow_down:
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.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 3ed292f...0716cef. Read the comment docs.