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

Handle nested BaseSettings without nested delimiter #38

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

mssalvatore
Copy link
Contributor

Fixes #36

@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch 2 times, most recently from b435d4d to 4ffa4aa Compare May 9, 2024 19:25
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b3f90f2) to head (32fadc6).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          177       183    +6     
  Branches        48        50    +2     
=========================================
+ Hits           177       183    +6     
Flag Coverage Δ
integration_tests 81.96% <16.66%> (-2.22%) ⬇️
total 100.00% <100.00%> (ø)
unit_tests 73.77% <100.00%> (+0.88%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch from 4ffa4aa to d8e4526 Compare August 30, 2024 17:27
@mssalvatore
Copy link
Contributor Author

@radeklat Hey! I'm wondering if there's anything I can do to grease the skids on this PR. Thanks in advance!

@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch from d8e4526 to 32fadc6 Compare September 17, 2024 14:00
Copy link
Owner

@radeklat radeklat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for yet another amazing PR. I noted a few changes required to make it work correctly. I'm happy to merge once they are done.

tests/fixtures/valid_settings.py Outdated Show resolved Hide resolved
tests/unit/test_markdown.py Show resolved Hide resolved
tests/unit/test_markdown.py Outdated Show resolved Hide resolved
src/settings_doc/main.py Outdated Show resolved Hide resolved
tests/unit/test_dotenv.py Outdated Show resolved Hide resolved
@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch 3 times, most recently from cc7f771 to 1c725bc Compare September 18, 2024 10:15
@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch from 1c725bc to f73eb3b Compare September 18, 2024 10:25
@mssalvatore mssalvatore force-pushed the handle-nested-settings-models branch from f73eb3b to 120fda2 Compare September 18, 2024 10:27
@radeklat radeklat merged commit 787c914 into radeklat:main Sep 19, 2024
7 checks passed
@mssalvatore mssalvatore deleted the handle-nested-settings-models branch September 19, 2024 12:08
@mssalvatore
Copy link
Contributor Author

Thanks, @radeklat!

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.

Issue rendering submodules
2 participants