ilyakaznacheev / cleanenv

✨Clean and minimalistic environment configuration reader for Golang
MIT License
1.67k stars 116 forks source link

Fix bug: skip no exported field on readStructMetadata #107

Closed saddit closed 2 years ago

saddit commented 2 years ago

Testing passed 100%

saddit commented 2 years ago

Related issue: #105

codecov[bot] commented 2 years ago

Codecov Report

Merging #107 (cae814f) into master (3bb055c) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   93.67%   93.69%   +0.01%     
==========================================
  Files           1        1              
  Lines         348      349       +1     
==========================================
+ Hits          326      327       +1     
  Misses         13       13              
  Partials        9        9              
Flag Coverage Δ
unittests 93.69% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cleanenv.go 93.69% <100.00%> (+0.01%) :arrow_up: