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

alandtse / alexa_media_player / 22282630398
24%
dev: 24%

Build:
Build:
LAST BUILD BRANCH: Refine-last_called-updates
DEFAULT BRANCH: dev
Ran 22 Feb 2026 06:17PM 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

22 Feb 2026 06:17PM UTC coverage: 23.778%. First build
22282630398

Pull #3397

github

web-flow
Update runtime_data.py

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
Pull Request #3397: fix: Update runtime_data.py

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

New Missed Lines in Diff

Lines Coverage ∆ File
1
63.16
custom_components/alexa_media/runtime_data.py
Jobs
ID Job ID Ran Files Coverage
1 22282630398.1 22 Feb 2026 06:17PM UTC 19
23.78
GitHub Action Run
Source Files on build 22282630398
  • Tree
  • List 19
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22282630398
  • Pull Request #3397
  • Next Build on danielbrunt57-patch-2 (#22282731381)
  • 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