ml-archive / forms

Tools for working with Forms in Vapor
MIT License
7 stars 0 forks source link

add convenient call to Array type for validating #18

Closed martinlasek closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.17%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #18      +/-   ##
=========================================
+ Coverage   73.43%   73.6%   +0.17%     
=========================================
  Files          21      21              
  Lines         463     466       +3     
  Branches       22      23       +1     
=========================================
+ Hits          340     343       +3     
  Misses        123     123
Impacted Files Coverage Δ
Sources/Forms/FormField.swift 91.89% <ø> (ø) :arrow_up:
Sources/Forms/Fieldset/ViewData+fieldSet.swift 0% <ø> (ø) :arrow_up:
Sources/Forms/Fieldset/FieldsetMiddleware.swift 0% <0%> (ø) :arrow_up:
Sources/Forms/FieldsetEntryRepresentable.swift 83.33% <100%> (ø) :arrow_up:
Sources/Forms/Form.swift 100% <100%> (ø) :arrow_up:

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 5619c5d...61c408d. Read the comment docs.