Closed BurnySc2 closed 1 year ago
Merging #167 (8c23a09) into develop (15b5763) will decrease coverage by
0.99%
. The diff coverage is81.39%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## develop #167 +/- ##
===========================================
- Coverage 60.17% 59.19% -0.99%
===========================================
Files 107 107
Lines 13976 13632 -344
===========================================
- Hits 8410 8069 -341
+ Misses 5566 5563 -3
Impacted Files | Coverage Δ | |
---|---|---|
generate_dicts_from_data_json.py | 0.00% <0.00%> (ø) |
|
sc2/dicts/generic_redirect_abilities.py | 100.00% <ø> (ø) |
|
sc2/dicts/unit_abilities.py | 0.00% <ø> (ø) |
|
sc2/dicts/unit_research_abilities.py | 100.00% <ø> (ø) |
|
sc2/dicts/unit_train_build_abilities.py | 100.00% <ø> (ø) |
|
sc2/dicts/unit_trained_from.py | 100.00% <ø> (ø) |
|
sc2/dicts/upgrade_researched_from.py | 100.00% <ø> (ø) |
|
sc2/generate_ids.py | 0.00% <0.00%> (ø) |
|
sc2/ids/ability_id.py | 99.84% <90.00%> (-0.10%) |
:arrow_down: |
sc2/bot_ai.py | 43.21% <100.00%> (+0.51%) |
:arrow_up: |
... and 6 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Add
__future__
annotations and update ids, add_missing_
to AbilityId Enum to avoid crashes, update dicts