opentoken-io / opentoken

Public and free software API to tokenize or encrypt data.
MIT License
13 stars 5 forks source link

Removed lib/schema.js and replaced it with the tv4-file-loader module. #133

Closed GoogilyBoogily closed 7 years ago

GoogilyBoogily commented 7 years ago

Also updated all the tests accordingly. And moved adding of the "email" schema format to lib/bootstrap.js.

codecov-io commented 7 years ago

Codecov Report

Merging #133 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #133   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          72     71    -1     
  Lines        1455   1424   -31     
  Branches      159    155    -4     
=====================================
- Hits         1455   1424   -31
Impacted Files Coverage Δ
...ib/middleware/validate-request-query-middleware.js 100% <100%> (ø) :white_check_mark:
lib/middleware/validate-request-body-middleware.js 100% <100%> (ø) :white_check_mark:
lib/bootstrap.js 100% <100%> (ø) :white_check_mark:
lib/container.js 100% <100%> (ø) :white_check_mark:

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 a4ad07d...08d5cc4. Read the comment docs.