StevensSEC / pokemonbattlelib

A portable library for accurately simulating Pokemon battles.
GNU General Public License v3.0
12 stars 2 forks source link

add getter for a pokemon's type to allow overriding #260

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

Closes #259

codecov[bot] commented 3 years ago

Codecov Report

Merging #260 (25db8ce) into main (1eda096) will increase coverage by 0.0091%. The diff coverage is 100.0000%.

:exclamation: Current head 25db8ce differs from pull request most recent head 666892e. Consider uploading reports for the commit 666892e to get more accurate results Impacted file tree graph

@@               Coverage Diff                @@
##               main       #260        +/-   ##
================================================
+ Coverage   92.6342%   92.6433%   +0.0091%     
================================================
  Files            12         12                
  Lines           801        802         +1     
================================================
+ Hits            742        743         +1     
  Misses           54         54                
  Partials          5          5                
Impacted Files Coverage Δ
battle.go 89.3382% <100.0000%> (ø)
calc.go 100.0000% <100.0000%> (ø)
pokemon.go 86.0869% <100.0000%> (+0.1220%) :arrow_up:

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 1eda096...666892e. Read the comment docs.