pseudonym117 / Riot-Watcher

Simple Python wrapper for the Riot Games API for League of Legends
MIT License
532 stars 150 forks source link

Remap some regions automatically; remove 3rd party code #207

Closed pseudonym117 closed 2 years ago

pseudonym117 commented 2 years ago

fixes #201

codecov[bot] commented 2 years ago

Codecov Report

Merging #207 (13fcbd3) into master (e4e7329) will decrease coverage by 0.47%. The diff coverage is 79.31%.

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
- Coverage   93.67%   93.20%   -0.48%     
==========================================
  Files          86       86              
  Lines        1043     1059      +16     
  Branches      160      163       +3     
==========================================
+ Hits          977      987      +10     
- Misses         43       47       +4     
- Partials       23       25       +2     
Impacted Files Coverage Δ
...rc/riotwatcher/_apis/league_of_legends/__init__.py 100.00% <ø> (ø)
src/riotwatcher/LolWatcher.py 93.33% <50.00%> (-1.41%) :arrow_down:
src/riotwatcher/_apis/helpers.py 73.68% <73.68%> (ø)
src/riotwatcher/__version__.py 100.00% <100.00%> (ø)
.../riotwatcher/_apis/league_of_legends/MatchApiV5.py 100.00% <100.00%> (ø)
...c/riotwatcher/_apis/team_fight_tactics/MatchApi.py 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 e4e7329...13fcbd3. Read the comment docs.