uber-go / config

Configuration for Go applications
https://godoc.org/go.uber.org/config
MIT License
448 stars 41 forks source link

Trim docs #38

Closed ghost closed 7 years ago

ghost commented 7 years ago

Our documentation is stale, with this change we trim readme to contain only pitch and cleanup comments for godoc.

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   94.69%   94.69%   -0.01%     
==========================================
  Files          12       12              
  Lines         905      904       -1     
==========================================
- Hits          857      856       -1     
  Misses         34       34              
  Partials       14       14
Impacted Files Coverage Δ
provider_group.go 100% <ø> (ø) :arrow_up:
value.go 92.56% <ø> (ø) :arrow_up:
config.go 82.35% <ø> (ø) :arrow_up:
nop_provider.go 100% <ø> (ø) :arrow_up:
provider.go 100% <ø> (ø) :arrow_up:
cache_provider.go 100% <ø> (ø) :arrow_up:
command_line_provider.go 91.66% <ø> (ø) :arrow_up:
static_provider.go 87.5% <100%> (ø) :arrow_up:
yaml.go 92.39% <100%> (ø) :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 44c712d...85e98fd. Read the comment docs.