StevensSEC / pokemonbattlelib

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

Example Battle Issue #88 #360

Closed rdhadda123 closed 3 years ago

rdhadda123 commented 3 years ago

closes #88

codecov[bot] commented 3 years ago

Codecov Report

Merging #360 (f5e5856) into main (8529eff) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##               main       #360   +/-   ##
===========================================
  Coverage   95.1827%   95.1827%           
===========================================
  Files            16         16           
  Lines          1806       1806           
===========================================
  Hits           1719       1719           
  Misses           66         66           
  Partials         21         21           

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 8529eff...f5e5856. Read the comment docs.

adapap commented 3 years ago

Just a tip: in your issue text, you can write keywords such as closes or fixes #88, and it will automatically link that issue to this pull request (so that it closes when this is merged).

dyc3 commented 3 years ago

Also the tests are failing for this PR @rdhadda123