Skip to content

Add custom validation to config file fields#10

Merged
eywalker merged 5 commits intomainfrom
eywalker/dev-6-add-custom-validation-to-config-file-fields
Sep 28, 2025
Merged

Add custom validation to config file fields#10
eywalker merged 5 commits intomainfrom
eywalker/dev-6-add-custom-validation-to-config-file-fields

Conversation

@eywalker
Copy link
Copy Markdown
Contributor

Enhance the devenv config loading by adding more detailed config field validation.

each field in devenv config is now associated with explicit validation logic, ensuring that the config file is valid at the time of data config loading
test on devenv config parsing is updated to reflect new validation logic added
@eywalker eywalker added the enhancement New feature or request label Sep 28, 2025
…arator

use of 'dirpath' validator led to accpeting only paths terminated with path separator. To allow for more flexible path specification, switched to using 'filepath' validator.
add explicit code coverage generation and upload result to codecov
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 28, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@eywalker eywalker merged commit c3981ca into main Sep 28, 2025
2 checks passed
@eywalker eywalker deleted the eywalker/dev-6-add-custom-validation-to-config-file-fields branch September 28, 2025 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant