go-eden / routine

Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
MIT License
114 stars 20 forks source link

V2 #11

Closed sisyphsu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (109974a) into main (b65d4d2) will increase coverage by 3.89%. The diff coverage is 97.58%.

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   92.55%   96.45%   +3.89%     
==========================================
  Files           6        5       -1     
  Lines         215      141      -74     
==========================================
- Hits          199      136      -63     
+ Misses         10        3       -7     
+ Partials        6        2       -4     
Impacted Files Coverage Δ
routine_store.go 96.07% <96.07%> (ø)
routine_g.go 96.66% <96.66%> (ø)
internal/g/g.go 100.00% <100.00%> (ø)
routine_api.go 91.66% <100.00%> (+3.78%) :arrow_up:
routine_storage.go 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 b65d4d2...109974a. Read the comment docs.