uber-go / tally

A Go metrics interface with fast buffered metrics and third party reporters
MIT License
851 stars 116 forks source link

Test with go >= 1.18 #228

Closed vdarulis closed 1 year ago

vdarulis commented 1 year ago

Doesn't make sense to test with ancient Go runtimes - generics are too sweet, and m3db/m3 is on 1.18.

codecov[bot] commented 1 year ago

Codecov Report

Merging #228 (4331eb6) into master (7727a67) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #228   +/-   ##
=======================================
  Coverage   47.82%   47.82%           
=======================================
  Files          64       64           
  Lines        5989     5989           
=======================================
  Hits         2864     2864           
  Misses       2685     2685           
  Partials      440      440           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mway commented 1 year ago

Thanks @vdarulis!