• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

alandtse / alexa_media_player / 22513501658
23%

Build:
DEFAULT BRANCH: dev
Ran 28 Feb 2026 04:38AM UTC
Jobs 1
Files 19
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Feb 2026 04:37AM UTC coverage: 23.778%. Remained the same
22513501658

push

github

web-flow
build: update typing (#3397)

Issue identified during review of PR #3390
Reported by: @coderabbitai
Requested by: @alandtse

Description:
In custom_components/alexa_media/runtime_data.py line 42, the
coordinator field is typed as DataUpdateCoordinator[AlexaEntityData],
but AlexaMediaCoordinator in coordinator.py extends
DataUpdateCoordinator[dict[str, Any]]. The generic type parameters are
inconsistent.

Current declaration:

coordinator: DataUpdateCoordinator[AlexaEntityData] | None = None
Expected fix:
Either:

Change to DataUpdateCoordinator[dict[str, Any]] to match
AlexaMediaCoordinator, or Update AlexaMediaCoordinator to use
AlexaEntityData if that's the intended return type Impact:
Minor - No runtime impact, but confuses type checkers and IDE hints.

Reference:

PR: chore: release 2026-02-21 #3390
File: custom_components/alexa_media/runtime_data.py:42

Fixes: #3393

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Refactor**
* Improved internal coordinator type definitions to streamline runtime
data handling; no user-facing behavior changes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

1 of 2 new or added lines in 1 file covered. (50.0%)

1133 of 4765 relevant lines covered (23.78%)

0.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
63.16
0.0% custom_components/alexa_media/runtime_data.py
Jobs
ID Job ID Ran Files Coverage
1 22513501658.1 28 Feb 2026 04:38AM UTC 19
23.78
GitHub Action Run
Source Files on build 22513501658
  • Tree
  • List 19
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22513501658
  • ddfd40f8 on github
  • Prev Build on dev (#22513477258)
  • Next Build on dev (#22513518631)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc