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

Update SchemaValidator to cast example to string #63

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Update SchemaValidator to cast example to string #63

merged 1 commit into from
Mar 19, 2024

Conversation

SmetDenis
Copy link
Member

This commit modifies the SchemaValidator code, ensuring that values used for examples are cast as strings before validation. This change addresses potential issues with non-string values, improving the robustness and accuracy of the schema validation process. Updates have also been made to the associated tests and documentation.

This commit modifies the SchemaValidator code, ensuring that values used for examples are cast as strings before validation. This change addresses potential issues with non-string values, improving the robustness and accuracy of the schema validation process. Updates have also been made to the associated tests and documentation.
@coveralls
Copy link

coveralls commented Mar 19, 2024

Pull Request Test Coverage Report for Build 8349044480

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.461%

Totals Coverage Status
Change from base Build 8348586011: 0.0%
Covered Lines: 954
Relevant Lines: 989

💛 - Coveralls

@SmetDenis SmetDenis merged commit fc08765 into master Mar 19, 2024
24 checks passed
@SmetDenis SmetDenis deleted the typo branch March 19, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants