dotenv-rs / dotenv

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

Update lib.rs #50

Closed anthonyjmartinez closed 2 years ago

anthonyjmartinez commented 4 years ago

Fix examples to remove use of deprecated env::home_dir calls. Make examples more generic and directly use already-imported std::path::Path features.

Closes #49

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will decrease coverage by 14.49%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #50       +/-   ##
===========================================
- Coverage   77.29%   62.80%   -14.50%     
===========================================
  Files          18       18               
  Lines         740      906      +166     
===========================================
- Hits          572      569        -3     
- Misses        168      337      +169     
Impacted Files Coverage Δ
dotenv/src/lib.rs 100.00% <ø> (ø)
dotenv/src/parse.rs 50.80% <0.00%> (-19.01%) :arrow_down:

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 6d15856...e47d84f. Read the comment docs.

tshepang commented 2 years ago

@anthonyjmartinez why are you closing this

anthonyjmartinez commented 2 years ago

@tshepang - clearly unmaintained project, and I've deleted my fork so there's nothing to merge.