StevensSEC / pokemonbattlelib

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

Generic Pokemon for Testing #354

Closed adapap closed 3 years ago

adapap commented 3 years ago

Goals:

codecov[bot] commented 3 years ago

Codecov Report

Merging #354 (fc15d48) into main (b397174) will decrease coverage by 0.1527%. The diff coverage is 50.0000%.

Impacted file tree graph

@@               Coverage Diff                @@
##               main       #354        +/-   ##
================================================
- Coverage   95.7274%   95.5747%   -0.1528%     
================================================
  Files            14         15         +1     
  Lines          1732       1740         +8     
================================================
+ Hits           1658       1663         +5     
- Misses           56         59         +3     
  Partials         18         18                
Impacted Files Coverage Δ
transactions.go 95.7805% <0.0000%> (-1.0212%) :arrow_down:
battle.go 93.5374% <100.0000%> (+0.0220%) :arrow_up:
pokedex.go 100.0000% <100.0000%> (ø)
pokemon.go 98.0891% <0.0000%> (+1.2738%) :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 b397174...fc15d48. Read the comment docs.