dotenv-rs / dotenv

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

Create rust.yml #56

Closed ZoeyR closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into master will increase coverage by 31.04%. The diff coverage is 68.96%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #56       +/-   ##
===========================================
+ Coverage   55.72%   86.77%   +31.04%     
===========================================
  Files          18        7       -11     
  Lines        1021      242      -779     
===========================================
- Hits          569      210      -359     
+ Misses        452       32      -420     
Impacted Files Coverage Δ
dotenv/src/iter.rs 94.73% <ø> (-1.42%) :arrow_down:
dotenv/src/lib.rs 100.00% <ø> (ø)
dotenv/tests/common/mod.rs 100.00% <ø> (ø)
dotenv_codegen_implementation/src/lib.rs 0.00% <0.00%> (ø)
dotenv/src/errors.rs 81.25% <33.33%> (-9.23%) :arrow_down:
dotenv/src/find.rs 86.95% <60.00%> (-5.64%) :arrow_down:
dotenv/src/parse.rs 95.34% <94.11%> (+52.45%) :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 fcdfc49...8c2ba38. Read the comment docs.