dotenv-rs / dotenv

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

FI 0.14 into master #10

Closed ZoeyR closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will decrease coverage by 4.67%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10      +/-   ##
=======================================
- Coverage   90.67%   86%   -4.68%     
=======================================
  Files          18    17       -1     
  Lines         547   350     -197     
=======================================
- Hits          496   301     -195     
+ Misses         51    49       -2
Impacted Files Coverage Δ
dotenv/tests/test-dotenv-iter.rs 90% <ø> (ø) :arrow_up:
dotenv/tests/test-from-path-iter.rs 91.66% <ø> (ø) :arrow_up:
dotenv/tests/test-from-filename-iter.rs 90% <ø> (ø) :arrow_up:
dotenv/src/lib.rs 100% <100%> (ø) :arrow_up:
dotenv/src/errors.rs 0% <0%> (-90.48%) :arrow_down:
dotenv/tests/test-variable-substitution.rs
dotenv/src/parse.rs 98.4% <0%> (+0.4%) :arrow_up:
dotenv/src/iter.rs 95.83% <0%> (+3.52%) :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 26b288a...1f5658d. Read the comment docs.