dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
566 stars 45 forks source link

recursively load .env files up to root #36

Open ZoeyR opened 4 years ago

ZoeyR commented 4 years ago

Closes #14

codecov[bot] commented 4 years ago

Codecov Report

Merging #36 into master will increase coverage by 5.9%. The diff coverage is 88.04%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #36     +/-   ##
========================================
+ Coverage   77.29%   83.2%   +5.9%     
========================================
  Files          18      13      -5     
  Lines         740     387    -353     
========================================
- Hits          572     322    -250     
+ Misses        168      65    -103
Impacted Files Coverage Δ
dotenv/tests/common/mod.rs 100% <100%> (ø) :arrow_up:
dotenv/src/lib.rs 85.71% <100%> (-14.29%) :arrow_down:
dotenv/tests/test-dotenv-iter.rs 75% <60%> (-25%) :arrow_down:
dotenv/tests/test-from-filename-iter.rs 75% <60%> (-25%) :arrow_down:
dotenv/src/find.rs 93.54% <90.47%> (+0.95%) :arrow_up:
dotenv/src/iter.rs 92.85% <93.75%> (-3.3%) :arrow_down:
dotenv/src/errors.rs 9.09% <0%> (-81.39%) :arrow_down:
dotenv/tests/test-vars.rs
... and 4 more

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 a17dd2c...f479118. Read the comment docs.

andrewbanchich commented 4 years ago

Any updates on this? I'd love to have this feature.

ZoeyR commented 4 years ago

@andrewbanchich Sorry, I've been unable to work on my open source projects for a while. I should be in a place to work on them again in a few weeks.

andrewbanchich commented 4 years ago

Okay, no worries! Thanks for the update.