KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
73 stars 29 forks source link

feat: separate riot endpoints by category #31

Closed KnutZuidema closed 4 years ago

KnutZuidema commented 4 years ago

resolves #30

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8     17    +9     
  Lines         978    934   -44     
=====================================
- Hits          978    934   -44
Impacted Files Coverage Δ
golio.go 100% <ø> (ø) :arrow_up:
riot/league.go 100% <100%> (ø)
riot/third_party_code.go 100% <100%> (ø)
riot/tournament.go 100% <100%> (ø)
riot/status.go 100% <100%> (ø)
riot/champion_mastery.go 100% <100%> (ø)
riot/client.go 100% <100%> (ø)
riot/model.go 100% <100%> (ø) :arrow_up:
riot/summoner.go 100% <100%> (ø)
riot/match.go 100% <100%> (ø)
... and 12 more

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 56f37b7...fdc8f6a. Read the comment docs.