Skip to content

feat: add contains substring validation rule

2a590f4
Select commit
Loading
Failed to load commit list.
Merged

feat: add contains substring validation rule #84

feat: add contains substring validation rule
2a590f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2025 in 0s

88.72% (target 75.00%)

View this Pull Request on Codecov

88.72% (target 75.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.72%. Comparing base (4fd7933) to head (2a590f4).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   88.30%   88.72%   +0.42%     
==========================================
  Files          40       42       +2     
  Lines        1291     1339      +48     
==========================================
+ Hits         1140     1188      +48     
  Misses        151      151              
Files with missing lines Coverage Δ
...torCore/Classes/Rules/ContainsValidationRule.swift 100.00% <100.00%> (ø)
.../UnitTests/Rules/ContainsValidationRuleTests.swift 100.00% <100.00%> (ø)