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

Add hexadecimal check to schema rules #125

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Add hexadecimal check to schema rules #125

merged 1 commit into from
Apr 2, 2024

Conversation

SmetDenis
Copy link
Member

A new hexadecimal validation check, is_hex, has been added to the rules in the schema. This check validates values against hexadecimal number formats, being able to handle those with or without a '0x' prefix. As a result, the functionality of validating inputs as hexadecimal values has been added to the system's validation checks.

A new hexadecimal validation check, `is_hex`, has been added to the rules in the schema. This check validates values against hexadecimal number formats, being able to handle those with or without a '0x' prefix. As a result, the functionality of validating inputs as hexadecimal values has been added to the system's validation checks.
@coveralls
Copy link

coveralls commented Apr 2, 2024

Pull Request Test Coverage Report for Build 8523270166

Details

  • 13 of 13 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 96.774%

Totals Coverage Status
Change from base Build 8523004624: 0.02%
Covered Lines: 2640
Relevant Lines: 2728

💛 - Coveralls

@SmetDenis SmetDenis merged commit 64fd183 into master Apr 2, 2024
9 checks passed
@SmetDenis SmetDenis deleted the is-hex branch April 2, 2024 13:08
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.

None yet

2 participants