StevensSEC / pokemonbattlelib

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

Ability refactor and codegen #261

Closed dyc3 closed 3 years ago

dyc3 commented 3 years ago

Closes #180 Closes #234

codecov[bot] commented 3 years ago

Codecov Report

Merging #261 (9b5be1a) into main (1eda096) will increase coverage by 0.4820%. The diff coverage is 93.6619%.

:exclamation: Current head 9b5be1a differs from pull request most recent head 7206730. Consider uploading reports for the commit 7206730 to get more accurate results Impacted file tree graph

@@               Coverage Diff                @@
##               main       #261        +/-   ##
================================================
+ Coverage   92.6342%   93.1162%   +0.4820%     
================================================
  Files            12         13         +1     
  Lines           801       1075       +274     
================================================
+ Hits            742       1001       +259     
- Misses           54         69        +15     
  Partials          5          5                
Impacted Files Coverage Δ
items.go 100.0000% <ø> (+20.0000%) :arrow_up:
types.go 100.0000% <ø> (ø)
item_getters_GEN.go 14.2857% <14.2857%> (ø)
battle.go 89.9280% <100.0000%> (+0.5898%) :arrow_up:
calc.go 100.0000% <100.0000%> (ø)
pokedex_GEN.go 100.0000% <100.0000%> (ø)
pokemon.go 86.4406% <100.0000%> (+0.4757%) :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 1eda096...7206730. Read the comment docs.