StevensSEC / pokemonbattlelib

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

add battle types, implement double battles #389

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

Implements double battles. Double battles allow for up to 2 pokemon on each team to be active.

codecov[bot] commented 3 years ago

Codecov Report

Merging #389 (01f0f5d) into main (e467d2d) will increase coverage by 0.0753%. The diff coverage is 100.0000%.

:exclamation: Current head 01f0f5d differs from pull request most recent head 1a1de55. Consider uploading reports for the commit 1a1de55 to get more accurate results Impacted file tree graph

@@               Coverage Diff                @@
##               main       #389        +/-   ##
================================================
+ Coverage   95.3303%   95.4056%   +0.0753%     
================================================
  Files            16         16                
  Lines          2013       2046        +33     
================================================
+ Hits           1919       1952        +33     
  Misses           72         72                
  Partials         22         22                
Impacted Files Coverage Δ
battle.go 97.3799% <100.0000%> (+0.4411%) :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 e467d2d...1a1de55. Read the comment docs.