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

kubeflow / sdk / 31617266914
86%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 04:27PM UTC
Jobs 2
Files 95
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

12 Aug 2026 04:22PM UTC coverage: 85.574%. Remained the same
31617266914

push

github

web-flow
fix(trainer): assert behavior in Kubernetes get_runtime_packages test (#567)

test_get_runtime_packages wrapped the call in a bare try/except and only
asserted the exception type inside the except block. This let both cases
pass without verifying the contract: the FAILED (BuiltinTrainer) case never
checked that a ValueError was actually raised, so it would pass silently if
the guard were ever removed, and the SUCCESS case asserted nothing about the
call at all.

Branch on expected_status like the sibling list_runtimes test: use
pytest.raises for the failure case, and assert the success call returns None
(get_runtime_packages runs a TrainJob and streams logs without returning a
value). Verified red/green by temporarily removing the ValueError guard in
the backend: the old test still passed, the rewritten test fails.

Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>

4 of 4 new or added lines in 1 file covered. (100.0%)

6365 of 7438 relevant lines covered (85.57%)

1.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 31617266914.1 12 Aug 2026 04:28PM UTC 95
85.57
GitHub Action Run
2 python-3.11 - 31617266914.2 12 Aug 2026 04:27PM UTC 95
85.57
GitHub Action Run
Source Files on build 31617266914
  • Tree
  • List 95
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31617266914
  • 5b8e9341 on github
  • Prev Build on main (#31500116481)
  • Next Build on main (#32730151414)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc