skwasjer / IbanNet

C# .NET IBAN validator, parser, builder and generator
Apache License 2.0
119 stars 31 forks source link

feat: add a RejectCountryRule as the direct counterpart of AcceptCountryRule #164

Closed skwasjer closed 10 months ago

skwasjer commented 10 months ago

Closes #163

codecov[bot] commented 10 months ago

Codecov Report

Merging #164 (c7dd897) into main (e4e9c6e) will increase coverage by 0.05%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

Files Changed Coverage Δ
...Net/Validation/Results/CountryNotAcceptedResult.cs 100.00% <ø> (ø)
src/IbanNet/Validation/Rules/AcceptCountryRule.cs 100.00% <100.00%> (ø)
src/IbanNet/Validation/Rules/LimitCountryRule.cs 100.00% <100.00%> (ø)
src/IbanNet/Validation/Rules/RejectCountryRule.cs 100.00% <100.00%> (ø)