dotenv-rs / dotenv

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

No need to unwrap with and_then. Also it was wrongly wrapped with Some. #62

Open rofrol opened 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.36%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   86.77%   87.13%   +0.36%     
==========================================
  Files           7        7              
  Lines         242      241       -1     
==========================================
  Hits          210      210              
+ Misses         32       31       -1     
Impacted Files Coverage Δ
dotenv/src/lib.rs 100.00% <ø> (ø)
dotenv/src/find.rs 90.90% <0.00%> (+3.95%) :arrow_up:

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 3c1a77b...f389650. Read the comment docs.

hoijui commented 2 years ago

This is fixed in the new repo: https://github.com/allan2/dotenvy