danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

Add parameter to hasMany generator #16

Closed justinbarry closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   90.49%   90.59%   +0.09%     
==========================================
  Files           5        5              
  Lines         284      287       +3     
  Branches       46       47       +1     
==========================================
+ Hits          257      260       +3     
  Misses         11       11              
  Partials       16       16
Impacted Files Coverage Δ
src/lib/Generator.ts 96.87% <100%> (+0.1%) :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 5c91e5f...3d21bff. Read the comment docs.