StevensSEC / pokemonbattlelib

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

add tests for draining moves #315

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

closes #243

codecov[bot] commented 3 years ago

Codecov Report

Merging #315 (8fb9c50) into main (4516764) will increase coverage by 0.5423%. The diff coverage is 100.0000%.

:exclamation: Current head 8fb9c50 differs from pull request most recent head dc3defd. Consider uploading reports for the commit dc3defd to get more accurate results Impacted file tree graph

@@               Coverage Diff                @@
##               main       #315        +/-   ##
================================================
+ Coverage   95.5254%   96.0678%   +0.5423%     
================================================
  Files            14         14                
  Lines          1475       1475                
================================================
+ Hits           1409       1417         +8     
+ Misses           54         46         -8     
  Partials         12         12                
Impacted Files Coverage Δ
move.go 90.0000% <ø> (ø)
battle.go 93.0591% <100.0000%> (+2.0565%) :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 4516764...dc3defd. Read the comment docs.

adapap commented 3 years ago

Does this close #243?

dyc3 commented 3 years ago

I suppose it should, technically.