BurnySc2 / python-sc2

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

Convert classes to dataclass #148

Closed BurnySc2 closed 1 year ago

BurnySc2 commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #148 (de83c48) into develop (488e750) will decrease coverage by 20.21%. The diff coverage is 74.38%.

:exclamation: Current head de83c48 differs from pull request most recent head 4bf60b9. Consider uploading reports for the commit 4bf60b9 to get more accurate results

@@             Coverage Diff              @@
##           develop     #148       +/-   ##
============================================
- Coverage    80.38%   60.17%   -20.22%     
============================================
  Files           93      107       +14     
  Lines        12655    13976     +1321     
============================================
- Hits         10173     8410     -1763     
- Misses        2482     5566     +3084     
Impacted Files Coverage Δ
generate_dicts_from_data_json.py 0.00% <ø> (ø)
sc2/constants.py 98.63% <ø> (-1.37%) :arrow_down:
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_tech_alias.py 0.00% <ø> (ø)
sc2/dicts/unit_train_build_abilities.py 100.00% <ø> (ø)
sc2/dicts/unit_trained_from.py 100.00% <ø> (ø)
sc2/dicts/unit_unit_alias.py 0.00% <ø> (ø)
sc2/dicts/upgrade_researched_from.py 100.00% <ø> (ø)
... and 80 more

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