adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

#403 - Added support for GET /api/v3/ticker #404

Closed tgbv closed 2 years ago

tgbv commented 2 years ago

Addresses issue #403

codecov[bot] commented 2 years ago

Codecov Report

Merging #404 (d5eff4e) into master (92fe7c9) will decrease coverage by 0.03%. The diff coverage is 61.53%.

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
- Coverage   70.26%   70.22%   -0.04%     
==========================================
  Files          70       70              
  Lines        6618     6644      +26     
==========================================
+ Hits         4650     4666      +16     
- Misses       1481     1488       +7     
- Partials      487      490       +3     
Impacted Files Coverage Δ
v2/ticker_service.go 74.00% <58.33%> (-4.95%) :arrow_down:
v2/client.go 80.57% <100.00%> (+0.12%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

tgbv commented 2 years ago

@adshao I think other pull requests are also failing because of missing .gitattributes aka CRLF / LF conversion

adshao commented 2 years ago

@adshao I think other pull requests are also failing because of missing .gitattributes aka CRLF / LF conversion

thanks for the great work