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

omry / omegaconf / b4c838a5-bc7f-477e-94e7-dc429a43c9c0
100%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 03:14PM 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

23 Apr 2026 03:12PM UTC coverage: 100.0%. Remained the same
b4c838a5-bc7f-477e-94e7-dc429a43c9c0

push

circleci

omry
Return literal None from OmegaConf.create(None)

OmegaConf.create(None) currently returns DictConfig(None), which makes
`OmegaConf.create(None) is None` false even though callers passed in the
literal None object. That behavior is surprising, differs from the input
identity, and forces callers to rely on equality checks or OmegaConf-specific
container semantics where a plain None was expected.

Change create() so an explicit None input returns literal None instead of
routing through the DictConfig construction path. Update the overloads to
reflect the new return type and add a regression test covering the identity
check. Document the behavior change in a news fragment because this is a
breaking change for code that relied on receiving DictConfig(None) from
OmegaConf.create(None).

Closes #1196

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

3484 of 3484 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 b4c838a5-bc7f-477e-94e7-dc429a43c9c0.1 23 Apr 2026 03:14PM UTC 19
100.0
CircleCI Job
Source Files on build b4c838a5-bc7f-477e-94e7-dc429a43c9c0
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #B4C838A5...
  • c09ed278 on github
  • Prev Build on master (#6EC69345...)
  • Next Build on master (#FFC2FCB5...)
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