gojekfarm / xtools

XTools is a submodule based repo to host re-usable Golang code.
MIT License
7 stars 0 forks source link

feat: add viper provider for xload #32

Closed ajatprabha closed 8 months ago

ajatprabha commented 8 months ago

Adds an xload.Loader implementation for github.com/spf13/viper

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0020145) 98.97% compared to head (7943c42) 99.03%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== + Coverage 98.97% 99.03% +0.05% ========================================== Files 35 38 +3 Lines 781 826 +45 ========================================== + Hits 773 818 +45 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonnes commented 8 months ago

Not urgent. Can you add examples for all the config options

sonnes commented 8 months ago

Rest LGTM