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

kubeflow / sdk / 22047695792
77%

Build:
DEFAULT BRANCH: main
Ran 16 Feb 2026 02:06AM UTC
Jobs 2
Files 84
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

16 Feb 2026 02:05AM UTC coverage: 76.648% (+3.8%) from 72.824%
22047695792

push

github

web-flow
chore: upgrade code style for python3.10 (#288)

* chore: update code style for Python 3.10

This disables a couple ruff rules in pyproject.toml:
```
"UP007", # Use X | Y instead of Union[X, Y] (requires Python 3.10+)
"UP045", # Use X | None instead of Optional[X] (requires Python 3.10+)
```

Then the code changes are made with:
```
uv run ruff check --fix
uv run ruff format
```

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

* fix: handle unions, bools in convert_value

The convert_value function didn't seems to be handling union types
properly and also needs to handle `T | None` similarly to
`Optional[None]` after the upgrade to Python 3.10. This fixes union
types, an issue with bool conversion, and adds tests for this function.

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

---------

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

184 of 187 new or added lines in 35 files covered. (98.4%)

4303 of 5614 relevant lines covered (76.65%)

1.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
80.0
kubeflow/optimizer/backends/kubernetes/utils_test.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 22047695792.1 16 Feb 2026 02:06AM UTC 84
76.65
GitHub Action Run
2 python-3.11 - 22047695792.2 16 Feb 2026 02:06AM UTC 84
76.65
GitHub Action Run
Source Files on build 22047695792
  • Tree
  • List 84
  • Changed 39
  • Source Changed 37
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22047695792
  • 69f4d53f on github
  • Prev Build on main (#22047645651)
  • Next Build on main (#22048040441)
  • 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