loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Fixes #74 #76

Closed loganasherjones closed 6 years ago

loganasherjones commented 6 years ago

Using deepcopy on the os.environ results in an object instead of a dictionary. Just using copy should be sufficient.

codecov-io commented 6 years ago

Codecov Report

Merging #76 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   93.83%   93.82%   -0.01%     
==========================================
  Files           7        7              
  Lines        1038     1037       -1     
  Branches      217      217              
==========================================
- Hits          974      973       -1     
  Misses         31       31              
  Partials       33       33
Impacted Files Coverage Δ
yapconf/sources.py 86.25% <100%> (-0.07%) :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 04676e7...bac6842. Read the comment docs.