Skip to content

chore: bump version to 0.11.1#50

Merged
percevalw merged 1 commit into
mainfrom
release/v0.11.1
Jun 15, 2026
Merged

chore: bump version to 0.11.1#50
percevalw merged 1 commit into
mainfrom
release/v0.11.1

Conversation

@percevalw

Copy link
Copy Markdown
Member

Changelog

  • Fix package source discovery

Full Changelog: v0.11.0...v0.11.1

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

NameStmtsMiss∆ MissCover
TOTAL128818098.60%
Files without new missing coverage
NameStmtsMiss∆ MissCover
confit/utils/settings.py

Was already missing at lines 10-12

         return bool(loads(value))
-     except Exception:
-         return True

112081.82%
confit/registry.py

Was already missing at line 132

         if name is None and hasattr(e.model, "type_"):
-             name = e.model.type_.__module__ + "." + e.model.type_.__qualname__
         e = ConfitValidationError(
Was already missing at lines 545-550
         """
-         entrypoints = importlib_metadata.entry_points()
  ...
-             return entrypoints.get(self.entry_point_namespace, [])
Was already missing at line 575
                 if catalogue.check_exists(*path):
-                     return catalogue._get(path)
                 elif from_entry_point:
Was already missing at line 577
                 elif from_entry_point:
-                     return from_entry_point
             if not catalogue.check_exists(*path):
Was already missing at line 584
                 )
-             return catalogue._get(path)

2308096.52%
confit/config.py

Was already missing at line 149

             if isinstance(obj, tuple):
-                 return tuple(wrap_mapping(v) for v in obj)
             return obj
Was already missing at line 155
         if resolve:
-             return config.resolve(registry=registry)
Was already missing at line 376
                     return local_names[parts] + ("." if path.endswith(":") else "")
-                 except KeyError:
                     raise KeyError(path)
Was already missing at line 421
             if not deep and len(loc) > 1:
-                 return obj
Was already missing at line 509
                 return
-             current[path] = val
Was already missing at line 550
                     ):
-                         old[key] = new_val
                     else:
Was already missing at line 588
             elif isinstance(obj, tuple):
-                 return tuple(rec(v) for v in obj)
             elif isinstance(obj, Reference):
Was already missing at line 637
     if isinstance(config_paths, Path):
-         config_paths = [config_paths]

3148097.45%

11 files skipped due to complete coverage.

Coverage success: total of 98.60% is above 98.60% 🎉

@percevalw
percevalw merged commit 44a7bcf into main Jun 15, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant