StevensSEC / pokemonbattlelib

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

Document move meta categories, and add a test for MoveMetaCategoryDamageRaise #380

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

This does NOT close the issue #379. It adds a pending test that is skipped, but can be enabled when #379 is implemented.

codecov[bot] commented 3 years ago

Codecov Report

Merging #380 (d4b15d4) into main (b2fced1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##               main       #380   +/-   ##
===========================================
  Coverage   94.5475%   94.5475%           
===========================================
  Files            16         16           
  Lines          1779       1779           
===========================================
  Hits           1682       1682           
  Misses           77         77           
  Partials         20         20           
Impacted Files Coverage Δ
move.go 90.0000% <ø> (ø)

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 b2fced1...d4b15d4. Read the comment docs.