StevensSEC / pokemonbattlelib

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

Implement most stat modifying moves #350

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

closes #331

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@73b86e3). Click here to learn what that means. The diff coverage is 91.6666%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main       #350   +/-   ##
=========================================
  Coverage        ?   96.1742%           
=========================================
  Files           ?         14           
  Lines           ?       1699           
  Branches        ?          0           
=========================================
  Hits            ?       1634           
  Misses          ?         47           
  Partials        ?         18           
Impacted Files Coverage Δ
move.go 90.0000% <ø> (ø)
pokedex_GEN.go 100.0000% <ø> (ø)
battle.go 94.6784% <88.8888%> (ø)
move_getters_GEN.go 100.0000% <100.0000%> (ø)

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 73b86e3...786fdf8. Read the comment docs.