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

kubeflow / sdk / 29323902563
84%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 10:04AM UTC
Jobs 2
Files 89
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

14 Jul 2026 10:02AM UTC coverage: 83.839% (+0.07%) from 83.768%
29323902563

push

github

web-flow
fix(trainer): don't report Complete when all container statuses are Unknown (#562)

aggregate_status_from_containers() ran all() over statuses filtered to
exclude UNKNOWN. When the list is empty or every status is UNKNOWN the
filtered sequence is empty, so all([]) returns True and the job is
reported Complete. This is reachable via aggregate_container_statuses()
when a container cannot be inspected (get_container_status returns
UNKNOWN), so an unreadable job wrongly reports success to get_job(),
list_jobs(), wait_for_job_status() and get_job_logs().

Require at least one known status and all known statuses to be Complete
before returning Complete; empty or all-UNKNOWN now aggregate to Unknown.
Add unit test coverage for aggregate_status_from_containers.

Fixes #561

Signed-off-by: Sahil Kumar Singh <sahilkumargreat12@gmail.com>

10 of 10 new or added lines in 2 files covered. (100.0%)

5276 of 6293 relevant lines covered (83.84%)

1.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 29323902563.1 14 Jul 2026 10:04AM UTC 89
83.84
GitHub Action Run
2 python-3.11 - 29323902563.2 14 Jul 2026 10:04AM UTC 89
83.84
GitHub Action Run
Source Files on build 29323902563
  • Tree
  • List 89
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29323902563
  • 3fe4160d on github
  • Prev Build on main (#29216405240)
  • 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