dotenv-rs / dotenv

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

update the code to 2018 edition #3

Closed ZoeyR closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   85.95%   85.95%           
=======================================
  Files          17       17           
  Lines         349      349           
=======================================
  Hits          300      300           
  Misses         49       49
Impacted Files Coverage Δ
dotenv/tests/test-from-filename.rs 87.5% <ø> (ø) :arrow_up:
dotenv/tests/test-default-location.rs 87.5% <ø> (ø) :arrow_up:
dotenv/src/errors.rs 0% <ø> (ø) :arrow_up:
dotenv/src/lib.rs 100% <ø> (ø) :arrow_up:
dotenv/tests/test-dotenv-iter.rs 90% <ø> (ø) :arrow_up:
dotenv/src/iter.rs 95.83% <ø> (ø) :arrow_up:
dotenv/tests/test-from-path.rs 90% <ø> (ø) :arrow_up:
dotenv/tests/test-from-path-iter.rs 91.66% <ø> (ø) :arrow_up:
dotenv/src/find.rs 92.59% <ø> (ø) :arrow_up:
dotenv/tests/test-from-filename-iter.rs 90% <ø> (ø) :arrow_up:
... and 5 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 3e7e661...8f76bcb. Read the comment docs.