loganasherjones / yapconf

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

Environment names with prefixes #11 #18

Closed loganasherjones closed 6 years ago

loganasherjones commented 6 years ago

This change is to address #11. It introduces an apply_env_prefix option and changes the default behavior. See the tests, docs or issue for an example.

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   95.42%   95.45%   +0.03%     
==========================================
  Files           4        4              
  Lines         590      594       +4     
  Branches      141      142       +1     
==========================================
+ Hits          563      567       +4     
  Misses         12       12              
  Partials       15       15
Impacted Files Coverage Δ
yapconf/items.py 97.15% <100%> (+0.02%) :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 1ef758b...e38a92e. Read the comment docs.