StevensSEC / pokemonbattlelib

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

Using PP when using move (draft) #322 #351

Closed rdhadda123 closed 3 years ago

rdhadda123 commented 3 years ago

closes #322

codecov[bot] commented 3 years ago

Codecov Report

Merging #351 (9ed4b14) into main (73b86e3) will decrease coverage by 0.0512%. The diff coverage is 100.0000%.

Impacted file tree graph

@@               Coverage Diff                @@
##               main       #351        +/-   ##
================================================
- Coverage   96.2677%   96.2165%   -0.0513%     
================================================
  Files            14         14                
  Lines          1688       1718        +30     
================================================
+ Hits           1625       1653        +28     
- Misses           46         47         +1     
- Partials         17         18         +1     
Impacted Files Coverage Δ
battle.go 94.8051% <100.0000%> (-0.2621%) :arrow_down:
move.go 90.0000% <0.0000%> (ø)
move_getters_GEN.go 100.0000% <0.0000%> (ø)
pokemon.go 96.8152% <0.0000%> (+0.0411%) :arrow_up:
calc.go 92.7536% <0.0000%> (+0.6901%) :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 73b86e3...9ed4b14. Read the comment docs.