inaka / worker_pool

Erlang worker pool
https://hex.pm/packages/worker_pool
Apache License 2.0
276 stars 80 forks source link

Move lists to maps #188

Closed NelsonVides closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (54ed6b5) into implement_send_request (4e848ea) will increase coverage by 0.20%. The diff coverage is 91.30%.

Impacted file tree graph

@@                    Coverage Diff                     @@
##           implement_send_request     #188      +/-   ##
==========================================================
+ Coverage                   92.11%   92.32%   +0.20%     
==========================================================
  Files                          10       10              
  Lines                         444      443       -1     
==========================================================
  Hits                          409      409              
+ Misses                         35       34       -1     
Impacted Files Coverage Δ
src/wpool_queue_manager.erl 87.64% <50.00%> (+0.82%) :arrow_up:
src/wpool.erl 97.22% <100.00%> (-0.08%) :arrow_down:
src/wpool_process.erl 80.76% <100.00%> (+0.24%) :arrow_up:
src/wpool_process_callbacks.erl 89.47% <100.00%> (-0.53%) :arrow_down:
src/wpool_utils.erl 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 4e848ea...54ed6b5. Read the comment docs.

elbrujohalcon commented 2 years ago

This looks good.