cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
544 stars 183 forks source link

Support new team names #463

Closed dtcarls closed 10 months ago

dtcarls commented 10 months ago

Fixes #462

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.03% :warning:

Comparison is base (81f8967) 80.36% compared to head (a1975e0) 80.34%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ========================================== - Coverage 80.36% 80.34% -0.03% ========================================== Files 60 60 Lines 2109 2111 +2 ========================================== + Hits 1695 1696 +1 - Misses 414 415 +1 ``` | [Files Changed](https://app.codecov.io/gh/cwendt94/espn-api/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Wendt) | Coverage Δ | | |---|---|---| | [espn\_api/football/team.py](https://app.codecov.io/gh/cwendt94/espn-api/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Wendt#diff-ZXNwbl9hcGkvZm9vdGJhbGwvdGVhbS5weQ==) | `98.55% <66.66%> (-1.45%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mkirby528 commented 10 months ago

@cwendt94 any chance we could get this reviewed/merged before the start of the NFL season?

cwendt94 commented 10 months ago

Yeah, I will have this in and publish changes today! Thanks for fixing this @dtcarls

cwendt94 commented 10 months ago

@dtcarls @mkirby528 This fix should now be in version 0.31.0 pip install espn-api==0.31.0

mkirby528 commented 10 months ago

Wonderful! Thank you both so much!