asecurityteam / rolling

Rolling window implementation in go.
Other
57 stars 20 forks source link

bugfix: max & min reduction func #3

Closed faycheng closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #3 into master will increase coverage by 8.7%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #3     +/-   ##
=========================================
+ Coverage   72.98%   81.69%   +8.7%     
=========================================
  Files           4        4             
  Lines         211      213      +2     
=========================================
+ Hits          154      174     +20     
+ Misses         54       34     -20     
- Partials        3        5      +2
Impacted Files Coverage Δ
reduce.go 76.87% <100%> (+12.73%) :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 dc5db98...6c3d708. Read the comment docs.

kconwayatlassian commented 5 years ago

@faycheng Merged and released as version 2.0.2. Thanks again for the patch!