Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support converting unmarshalled configs to interface{} #460

Merged
merged 8 commits into from
Sep 3, 2024

Merge branch 'main' into main

aafa9bd
Select commit
Loading
Failed to load commit list.
Merged

Added support converting unmarshalled configs to interface{} #460

Merge branch 'main' into main
aafa9bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

82.9% (+0.0%) compared to 0d1fce1

View this Pull Request on Codecov

82.9% (+0.0%) compared to 0d1fce1

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.9%. Comparing base (0d1fce1) to head (aafa9bd).
Report is 11 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #460   +/-   ##
=====================================
  Coverage   82.8%   82.9%           
=====================================
  Files         62      62           
  Lines       2651    2664   +13     
=====================================
+ Hits        2197    2210   +13     
  Misses       371     371           
  Partials      83      83           
Files with missing lines Coverage Δ
internal/convert/converter.go 99.4% <100.0%> (+<0.1%) ⬆️