Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved config #704

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Improved config #704

merged 2 commits into from
Feb 4, 2025

Conversation

bjoernricks
Copy link
Contributor

What

Improved Config classes

Why

Allow to load a config from a string and to check if a key is set in a config.

Checklist

  • Tests

This new method is mostly for testing purposes to allow providing a
config via a string inside a test.
This will allow for easier handling of config setting changes and to
check whether a setting is available.
@bjoernricks bjoernricks added the make release To trigger GitHub release action. label Feb 4, 2025
@bjoernricks bjoernricks requested a review from a team as a code owner February 4, 2025 09:13
@bjoernricks bjoernricks enabled auto-merge (rebase) February 4, 2025 09:13
Copy link

github-actions bot commented Feb 4, 2025

Conventional Commits Report

Type Number
Added 2

🚀 Conventional commits found.

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.50%. Comparing base (232e20d) to head (4a7012f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #704      +/-   ##
==========================================
+ Coverage   89.42%   89.50%   +0.07%     
==========================================
  Files          14       14              
  Lines         700      705       +5     
==========================================
+ Hits          626      631       +5     
  Misses         74       74              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bjoernricks bjoernricks merged commit 52e7ea9 into main Feb 4, 2025
20 checks passed
@bjoernricks bjoernricks deleted the improved-config branch February 4, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
make release To trigger GitHub release action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants