botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[concurrent] Always call workerPoolTask.hasResult with lock. #138

Closed zonr closed 5 years ago

zonr commented 5 years ago

Closes #137.

codecov[bot] commented 5 years ago

Codecov Report

Merging #138 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   73.82%   73.84%   +0.02%     
==========================================
  Files          66       66              
  Lines        6987     6986       -1     
==========================================
+ Hits         5158     5159       +1     
+ Misses       1558     1557       -1     
+ Partials      271      270       -1
Impacted Files Coverage Δ
concurrent/worker_pool_executor.go 89.65% <100%> (+0.65%) :arrow_up:

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 1d896ab...e7026b4. Read the comment docs.