gurkankaymak / hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
MIT License
79 stars 17 forks source link

Fixes object merging for objects without a ':' or '=' separator #10

Closed jdonkervliet closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (1402e3a) into master (eb06b0f) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   96.34%   96.36%   +0.02%     
==========================================
  Files           3        3              
  Lines         684      688       +4     
==========================================
+ Hits          659      663       +4     
  Misses         20       20              
  Partials        5        5              
Impacted Files Coverage Δ
parser.go 98.60% <100.00%> (+0.01%) :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 eb06b0f...1402e3a. Read the comment docs.