StevensSEC / pokemonbattlelib

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

Add gender randomization, and some additional codegen #371

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #371 (0cdba8a) into main (e7d6a56) will decrease coverage by 1.1549%. The diff coverage is 93.6842%.

:exclamation: Current head 0cdba8a differs from pull request most recent head 832772b. Consider uploading reports for the commit 832772b to get more accurate results Impacted file tree graph

@@               Coverage Diff                @@
##               main       #371        +/-   ##
================================================
- Coverage   95.6025%   94.4475%   -1.1550%     
================================================
  Files            15         16         +1     
  Lines          1751       1765        +14     
================================================
- Hits           1674       1667         -7     
- Misses           59         79        +20     
- Partials         18         19         +1     
Impacted Files Coverage Δ
move.go 90.0000% <ø> (ø)
pokedex_GEN.go 100.0000% <ø> (ø)
types.go 100.0000% <ø> (ø)
pokemon.go 84.6590% <57.8947%> (-13.4301%) :arrow_down:
battle.go 92.1739% <91.6666%> (-1.3635%) :arrow_down:
battle_round.go 95.2941% <95.2941%> (ø)
transactions.go 96.0985% <97.1153%> (+0.2479%) :arrow_up:
move_getters_GEN.go 100.0000% <100.0000%> (ø)
party.go 92.5925% <100.0000%> (-0.9558%) :arrow_down:
... and 1 more

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 e7d6a56...832772b. Read the comment docs.