motdotla / dotenv

Loads environment variables from .env for nodejs projects.
https://www.dotenvx.com
BSD 2-Clause "Simplified" License
19.01k stars 853 forks source link

do not check if exists #814

Closed motdotla closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1146910) 100.00% compared to head (249e5a6) 100.00%.

:exclamation: Current head 249e5a6 differs from pull request most recent head 3533420. Consider uploading reports for the commit 3533420 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #814 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 193 191 -2 ========================================= - Hits 193 191 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

motdotla commented 6 months ago

@thanosd just a heads up, i'm releasing this. i should have caught it in your pr but didn't. historical behavior is that if path is set it does not attempt to default back to .env - even if a file in the listed paths is not found.