go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

Resolving leaky goroutine on worker shutdown #23

Closed Ghnuberath closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #23 (448a885) into main (5c468fa) will decrease coverage by 0.19%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   57.54%   57.34%   -0.20%     
==========================================
  Files          80       80              
  Lines        4588     4588              
==========================================
- Hits         2640     2631       -9     
- Misses       1606     1614       +8     
- Partials      342      343       +1     
Impacted Files Coverage Δ
testing/test_runner.go 58.69% <ø> (-0.88%) :arrow_down:
cluster/coordinator.go 68.18% <50.00%> (-0.77%) :arrow_down:
internal/util/util.go 85.71% <100.00%> (-7.15%) :arrow_down:
cluster/worker.go 66.66% <0.00%> (-4.63%) :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 5c468fa...448a885. Read the comment docs.