Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing
https://borda.github.io/pyImSegm
BSD 3-Clause "New" or "Revised" License
373 stars 73 forks source link

bug fixing, CI #3

Closed Borda closed 6 years ago

Borda commented 6 years ago

minor bug fixing in test, using CI and parsing params

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.33%. The diff coverage is 93.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage    93.2%   93.53%   +0.33%     
==========================================
  Files          24       24              
  Lines        4193     4224      +31     
==========================================
+ Hits         3908     3951      +43     
+ Misses        285      273      -12
Impacted Files Coverage Δ
segmentation/descriptors.py 93.72% <0%> (ø) :arrow_up:
segmentation/tests/test-pipelines.py 95.79% <100%> (+0.07%) :arrow_up:
segmentation/tests/test-region_growing.py 97.65% <100%> (ø) :arrow_up:
segmentation/tests/test-labels.py 91.42% <100%> (+0.25%) :arrow_up:
segmentation/tests/test-descriptors.py 96.69% <100%> (+0.36%) :arrow_up:
segmentation/tests/test-superpixels.py 92.3% <100%> (-0.2%) :arrow_down:
segmentation/tests/test-graph_cut.py 94.28% <100%> (+0.16%) :arrow_up:
segmentation/__init__.py 100% <100%> (ø) :arrow_up:
segmentation/tests/test-ellipse_fitting.py 96.22% <100%> (ø) :arrow_up:
segmentation/region_growing.py 92.27% <100%> (-0.02%) :arrow_down:
... and 8 more

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 22a7169...e9864c2. Read the comment docs.