BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
472 stars 156 forks source link

Refactor game_info and power_source #151

Closed BurnySc2 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #151 (fca5bc6) into feature-unit-as-dataclass (032fb06) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@                    Coverage Diff                     @@
##           feature-unit-as-dataclass     #151   +/-   ##
==========================================================
  Coverage                      72.75%   72.75%           
==========================================================
  Files                            107      107           
  Lines                          13997    13998    +1     
==========================================================
+ Hits                           10183    10184    +1     
  Misses                          3814     3814           
Impacted Files Coverage Δ
sc2/bot_ai_internal.py 85.42% <ø> (-0.03%) :arrow_down:
test/benchmark_bot_ai_init.py 0.00% <ø> (ø)
test/test_pickled_data.py 99.50% <ø> (-0.01%) :arrow_down:
test/test_pickled_ramp.py 100.00% <ø> (ø)
sc2/game_data.py 95.01% <100.00%> (-0.02%) :arrow_down:
sc2/game_info.py 94.54% <100.00%> (+0.12%) :arrow_up:
sc2/power_source.py 96.00% <100.00%> (+0.34%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.