gurkankaymak / hocon

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

Fix ident for keys #3

Closed sd65 closed 4 years ago

sd65 commented 4 years ago

Resolve gurkankaymak/hocon#2

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.36%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
- Coverage   96.06%   95.70%   -0.37%     
==========================================
  Files           3        3              
  Lines         661      582      -79     
==========================================
- Hits          635      557      -78     
+ Misses         21       20       -1     
  Partials        5        5              
Impacted Files Coverage Δ
parser.go 98.40% <100.00%> (-0.14%) :arrow_down:
config.go 90.10% <0.00%> (-0.89%) :arrow_down:
errors.go 100.00% <0.00%> (ø)

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 1ade5db...d531082. Read the comment docs.

gurkankaymak commented 4 years ago

@sd65 thanks, sorry for the late reply, I didn't get any notification