pseudonym117 / Riot-Watcher

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

drastically improved pylint score #199

Closed pseudonym117 closed 2 years ago

pseudonym117 commented 2 years ago

Score goes from ~4.5 to ~7.0

codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (e2501f4) into master (8087ff6) will decrease coverage by 0.07%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   93.72%   93.64%   -0.08%     
==========================================
  Files          85       86       +1     
  Lines        1020     1039      +19     
  Branches       71       71              
==========================================
+ Hits          956      973      +17     
- Misses         42       44       +2     
  Partials       22       22              
Impacted Files Coverage Δ
src/riotwatcher/Handlers/RequestHandler.py 100.00% <ø> (ø)
src/riotwatcher/LorWatcher.py 100.00% <ø> (ø)
src/riotwatcher/TftWatcher.py 100.00% <ø> (ø)
src/riotwatcher/ValWatcher.py 100.00% <ø> (ø)
src/riotwatcher/_apis/NamedEndpoint.py 100.00% <ø> (ø)
...otwatcher/_apis/league_of_legends/ChampionApiV3.py 100.00% <ø> (ø)
...er/_apis/league_of_legends/ChampionMasteryApiV4.py 100.00% <ø> (ø)
.../riotwatcher/_apis/league_of_legends/ClashApiV1.py 100.00% <ø> (ø)
...riotwatcher/_apis/league_of_legends/LeagueApiV4.py 100.00% <ø> (ø)
...twatcher/_apis/league_of_legends/LolStatusApiV3.py 100.00% <ø> (ø)
... and 22 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 8087ff6...e2501f4. Read the comment docs.