go-ego / riot

Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Apache License 2.0
6.11k stars 473 forks source link

fix #31 data race #41

Closed vcaesar closed 6 years ago

vcaesar commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage    90.5%   90.69%   +0.19%     
==========================================
  Files           7        7              
  Lines         674      688      +14     
==========================================
+ Hits          610      624      +14     
  Misses         47       47              
  Partials       17       17
Impacted Files Coverage Δ
indexer_worker.go 100% <100%> (ø) :arrow_up:
storage_worker.go 90.32% <100%> (+0.66%) :arrow_up:
engine.go 90.74% <100%> (+0.2%) :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 48185dd...187aa60. Read the comment docs.