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

omry / omegaconf / 51334946-febd-4849-af5f-c18ac7cce035
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 22 Apr 2026 05:12AM UTC
Jobs 1
Files 22
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

22 Apr 2026 05:10AM UTC coverage: 100.0%. Remained the same
51334946-febd-4849-af5f-c18ac7cce035

Pull #1250

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
Pull Request #1250: Return literal None from OmegaConf.create(None)

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

3550 of 3550 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 51334946-febd-4849-af5f-c18ac7cce035.1 22 Apr 2026 05:12AM UTC 22
100.0
CircleCI Job
Source Files on build 51334946-febd-4849-af5f-c18ac7cce035
  • Tree
  • List 22
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #51334946...
  • Pull Request #1250
  • PR Base - master (#3ED78BE0...)
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