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

kubeflow / sdk
68%

Build:
DEFAULT BRANCH: main
Repo Added 14 Jul 2025 04:01PM UTC
Token yxmcYXSnNVrJPc90YGQkBzB65waBkVYLz regen
Build 528 Last
Files 62
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 0.1.0
  • 0.1.0rc1
  • 0.2.0
  • 0.2.1
  • 0.3.0
  • add-coverage-badge
  • add-dependabot
  • add-git-cliff
  • add-labels-annotations-support#87
  • add-ok-to-test-workflow
  • add-pre-commit-ci
  • add-proposal-title
  • add-sdk-docs-workflow
  • add-spark-to-roadmap
  • agent.md
  • allow-trainjob-naming
  • auto-release
  • backend-public
  • cache
  • check
  • cherry-pick-103-to-release-0.1
  • cherry-pick-154-to-release-0.2
  • cherry-pick-157-to-release-0.2
  • cherry-pick-162-to-release-0.2
  • cherry-pick-166-to-release-0.2
  • cherry-pick-168-to-release-0.2
  • cherry-pick-177-to-release-0.2
  • chore/fix-welcome-workflow
  • ci-permissions
  • coveralls-parallel
  • custom-trainer-container
  • cve-fix-urllib
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/download-artifact-7
  • dependabot/github_actions/actions/github-script-8
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/stale-10
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/amannn/action-semantic-pull-request-6.1.1
  • dependabot/github_actions/softprops/action-gh-release-2
  • dependabot/uv/kubernetes-35.0.0
  • dependabot/uv/pytest-8.4.2
  • dependabot/uv/python-minor-9e16fb77e0
  • dev-testing
  • dict-unpack
  • docker-backend
  • docs/update-agents-trainer-section
  • drop-py39-support
  • export-custom-trainer-container
  • feat/171-add-initializer-support-container-backend
  • feat/add-mig-device-support
  • feat/container-gpu-passthrough
  • feat/initializers/s3
  • feat/kep-spark-client
  • feat/logging-system-v2
  • feat/lora-support
  • feat/wait-for-pod-logs
  • feature/customtrainer-python-file
  • feature/support-multiple-pip-index-urls-clean
  • fix-copy-get-packages
  • fix-events-parse
  • fix-first-time-ci
  • fix-gcliff-config
  • fix-image-runtime
  • fix-pip-user-issue
  • fix-s3-initializer
  • fix/filter-duplicate-pods-in-get-job
  • fix/import-trainer
  • fix/namespace-trainingruntime-list
  • from-exception
  • get-best-results
  • get-job-logs-opt
  • get-job-logs-refactor
  • get-runtime-packages
  • hatchling-package
  • hpo-new-apis
  • hpo-proposal
  • hpo-support
  • image-issue
  • install-as-user
  • kubeflow-hub-api
  • kubernetes-backend
  • latest-news
  • local-exec-proposal
  • local-exec-readme
  • localprocess-backend-test
  • move-dev-to-deps
  • move-pyproject
  • nominate-kramaranya
  • optimizer-container
  • osamaahmed17/195
  • osamaahmed17/203
  • podman-backend
  • pr-01
  • pr-02
  • pr-03
  • pr-05
  • pr-06
  • pr-197
  • pr-titles-check
  • prerelease-update
  • remove-accelerator-type
  • remove-pip-user-from-local
  • roadmap
  • ruff-config
  • runtime-framework-labels
  • skip-release-on-forks
  • training-backends
  • unit-test
  • update-approvers
  • update-contrib
  • update-e2e
  • update-readme
  • update-readme-hpo
  • update-roadmap
  • update-sdk-diagram
  • urllib3-update
  • use-uv-dependabot
  • wait-for-job-api
  • welcome-ci
  • wf-ok-to-test

21 Jan 2026 02:38PM UTC coverage: 67.52% (+0.9%) from 66.658%
21213642389

push

github

web-flow
feat: add model registry client (#186)

Add an api for model registry under a new kubeflow.hub submodule.

This takes the form of a ModelRegistryClient class and provides a
user-facing api in a style similar to existing Kubeflow SDKs.

AI-assisted: Claude Code 2.0.58 (claude-sonnet-4-5@20250929)

Signed-off-by: Jon Burdo <jon@jonburdo.com>

172 of 205 new or added lines in 3 files covered. (83.9%)

2769 of 4101 relevant lines covered (67.52%)

1.35 hits per line

Relevant lines Covered
Build:
Build:
4101 RELEVANT LINES 2769 COVERED LINES
1.35 HITS PER LINE
Source Files on main
  • Tree
  • List 62
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21213642389 main feat: add model registry client (#186) Add an api for model registry under a new kubeflow.hub submodule. This takes the form of a ModelRegistryClient class and provides a user-facing api in a style similar to existing Kubeflow SDKs. AI-assisted... push 21 Jan 2026 02:39PM UTC web-flow github
67.52
21147474427 main Kubeflow SDK Official Release 0.3.0 (#232) Signed-off-by: kramaranya <kramaranya15@gmail.com> push 19 Jan 2026 06:10PM UTC web-flow github
66.66
21146593556 main fix: include full pr name for change log (#236) * fix: include full pr name for chagelog Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * fix: pr titles Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * fix: revert group ... push 19 Jan 2026 05:34PM UTC web-flow github
66.66
21145188572 main chore(deps): bump kubernetes from 33.1.0 to 35.0.0 (#235) Bumps [kubernetes](https://github.com/kubernetes-client/python) from 33.1.0 to 35.0.0. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.... push 19 Jan 2026 04:42PM UTC web-flow github
66.66
21145159441 main chore(deps): bump pytest from 8.4.1 to 8.4.2 (#234) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob... push 19 Jan 2026 04:41PM UTC web-flow github
66.66
21145132096 main chore(deps): bump the python-minor group with 6 updates (#233) Bumps the python-minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.5` | | [kubeflow-traine... push 19 Jan 2026 04:40PM UTC web-flow github
66.66
21143773733 main feat(ci): Switch to UV for Dependabot (#231) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> push 19 Jan 2026 03:54PM UTC web-flow github
66.66
21143048242 main fix: Upgrade urllib3 to v2.6.3 (#230) Signed-off-by: Fiona-Waters <fiwaters6@gmail.com> push 19 Jan 2026 03:30PM UTC web-flow github
66.66
21142895034 main feat: added git cliff for generating changelogs (#226) * feat: added git cliff for changelogs Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * fix: detect prev version automatically and updated release.md Signed-off-by: Akash Jaiswa... push 19 Jan 2026 03:25PM UTC web-flow github
66.66
21141162515 main feat(docs): Add Kubeflow SDK YouTube demos (#229) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> push 19 Jan 2026 02:30PM UTC web-flow github
66.66
See All Builds (521)

Badge your Repo: sdk

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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