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 'is_luhn' - Luhn algorithm validation #137

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Add 'is_luhn' - Luhn algorithm validation #137

merged 1 commit into from
Apr 3, 2024

Conversation

SmetDenis
Copy link
Member

A new validation rule has been added to the schema for credit card numbers using the Luhn algorithm. This will ensure that only valid credit card numbers pass the validation. This change improves the robustness of the data validation rules.

A new validation rule has been added to the schema for credit card numbers using the Luhn algorithm. This will ensure that only valid credit card numbers pass the validation. This change improves the robustness of the data validation rules.
@SmetDenis SmetDenis merged commit 8ba5a2f into master Apr 3, 2024
9 checks passed
@SmetDenis SmetDenis deleted the is-luhn branch April 3, 2024 19:20
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8544326894

Details

  • 14 of 14 (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.76%

Totals Coverage Status
Change from base Build 8544199014: 0.02%
Covered Lines: 2807
Relevant Lines: 2901

💛 - Coveralls

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