alusev / EGFormValidator

A simple form validation library written in Swift 4.0.
MIT License
14 stars 4 forks source link

ValidatorController on subclasses of UIViewController #4

Open rcasula opened 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #4 into master will decrease coverage by 1.19%. The diff coverage is 67.56%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #4     +/-   ##
=========================================
- Coverage   98.97%   97.77%   -1.2%     
=========================================
  Files          28       28             
  Lines         971      988     +17     
=========================================
+ Hits          961      966      +5     
- Misses         10       22     +12
Impacted Files Coverage Δ
Classes/ValidatorController+Mandatory.swift 100% <ø> (ø)
Classes/ValidatorController+EqualTo.swift 87.75% <ø> (ø)
Classes/ValidatorController+Email.swift 100% <ø> (ø)
Classes/ValidatorController+Regexp.swift 100% <ø> (ø)
Classes/ValidatorController+DigitsOnly.swift 100% <ø> (ø)
Classes/Validator.swift 100% <ø> (ø) :arrow_up:
Classes/ValidatorController+AlphaNumeric.swift 100% <ø> (ø)
Classes/ValidatorController+Minlength.swift 100% <ø> (ø)
EGFormValidatorTests/ValidatorMaxlengthTests.swift 100% <100%> (ø) :arrow_up:
Classes/ValidatorViewController.swift 82.85% <64.7%> (-17.15%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15424e0...9a3d89b. Read the comment docs.