launchcodedev / app-config

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

Provides access to `currentEnvironment` through webpack loader #157

Closed joelgallant closed 3 years ago

joelgallant commented 3 years ago

Provides a simple way for frontend applications to access APP_CONFIG_ENV without having to match semantics of app-config internally.

cypress[bot] commented 3 years ago



Test summary

18 0 0 0


Run details

Project App Config
Status Passed
Commit 7391c0987d
Started Jun 11, 2021 1:09 PM
Ended Jun 11, 2021 1:11 PM
Duration 02:33 💡
OS Linux Ubuntu - 20.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-commenter commented 3 years ago

Codecov Report

Merging #157 (7391c09) into master (6dec0fe) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   80.58%   80.62%   +0.04%     
==========================================
  Files          42       42              
  Lines        2421     2426       +5     
  Branches      579      581       +2     
==========================================
+ Hits         1951     1956       +5     
  Misses        470      470              
Impacted Files Coverage Δ
app-config-webpack/src/loader.ts 100.00% <100.00%> (ø)

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 6dec0fe...7391c09. Read the comment docs.