launchcodedev / app-config

Easy Configuration Loader with Strict Validation
https://app-config.dev
Mozilla Public License 2.0
69 stars 11 forks source link

Adding "validateConfig" export from webpack plugin #81

Closed joelgallant closed 3 years ago

joelgallant commented 3 years ago

Closes #84.

This is nice because it's extremely minimal, rather than importing ajv.

cypress[bot] commented 3 years ago



Test summary

5 0 0 0


Run details

Project App Config
Status Passed
Commit d1db641c86
Started Jan 10, 2021 3:48 PM
Ended Jan 10, 2021 3:49 PM
Duration 01:20 💡
OS Linux Ubuntu - 18.04
Browser Electron 87

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

codecov-io commented 3 years ago

Codecov Report

Merging #81 (d1db641) into master (2ece51b) will decrease coverage by 0.06%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   88.86%   88.80%   -0.07%     
==========================================
  Files          21       21              
  Lines        1707     1715       +8     
  Branches      405      406       +1     
==========================================
+ Hits         1517     1523       +6     
- Misses        190      192       +2     
Impacted Files Coverage Δ
app-config/src/schema.ts 85.00% <60.00%> (-1.60%) :arrow_down:
app-config-webpack-plugin/src/loader.ts 95.23% <100.00%> (+0.79%) :arrow_up:
app-config/src/config.ts 96.47% <100.00%> (+0.04%) :arrow_up:
app-config/src/index.ts 95.58% <100.00%> (+0.06%) :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 2ece51b...d1db641. Read the comment docs.