PokeAPI / pokepy

A Python wrapper for PokéAPI
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
125 stars 27 forks source link

Add learned_by_pokemon attribute to MoveResource #81

Closed alessiocelentano closed 1 year ago

alessiocelentano commented 2 years ago

I added learned_by_pokemon to MoveResource, fixing #80

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (f007309) into master (d4b020c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files           3        3           
  Lines        1098     1098           
=======================================
  Hits         1096     1096           
  Misses          2        2           
Impacted Files Coverage Δ
pokepy/resources_v2.py 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 d4b020c...f007309. Read the comment docs.