StevensSEC / pokemonbattlelib

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

make getPokemon public, fixes #383 #390

Closed dyc3 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #390 (6abe210) into main (e467d2d) will increase coverage by 0.0798%. The diff coverage is 100.0000%.

Impacted file tree graph

@@               Coverage Diff                @@
##               main       #390        +/-   ##
================================================
+ Coverage   95.3303%   95.4101%   +0.0798%     
================================================
  Files            16         16                
  Lines          2013       2048        +35     
================================================
+ Hits           1919       1954        +35     
  Misses           72         72                
  Partials         22         22                
Impacted Files Coverage Δ
battle.go 97.3799% <100.0000%> (+0.4411%) :arrow_up:
battle_round.go 94.4134% <100.0000%> (ø)
transactions.go 96.0377% <100.0000%> (ø)
calc.go 93.6708% <0.0000%> (+0.1644%) :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...6abe210. Read the comment docs.