FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.9k stars 140 forks source link

Support whitespaces around variable names in `.env` files #1185

Closed LoicPoullain closed 1 year ago

LoicPoullain commented 1 year ago

Issue

Resolves #1182.

Solution and steps

Checklist

codecov-commenter commented 1 year ago

Codecov Report

Base: 98.86% // Head: 98.86% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (deca268) compared to base (d3fea57). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v3-1-0 #1185 +/- ## ======================================= Coverage 98.86% 98.86% ======================================= Files 96 96 Lines 1667 1668 +1 Branches 388 388 ======================================= + Hits 1648 1649 +1 Misses 19 19 ``` | [Impacted Files](https://codecov.io/gh/FoalTS/foal/pull/1185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FoalTS) | Coverage Δ | | |---|---|---| | [packages/core/src/core/config/env.ts](https://codecov.io/gh/FoalTS/foal/pull/1185/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FoalTS#diff-cGFja2FnZXMvY29yZS9zcmMvY29yZS9jb25maWcvZW52LnRz) | `97.14% <100.00%> (+0.08%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FoalTS). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FoalTS)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.