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

Fix configurability of OverlappingRanges #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TothFerenc
Copy link
Contributor

Boolean values are not handled properly during merging structs.
Better to Unmarshal the JSON input (again) on top of the existing
IPAM config (originating from the specified config file) to override
the provided values only.

Fixes #163

Boolean values are not handled properly during merging structs.
Better to Unmarshal the JSON input (again) on top of the existing
IPAM config (originating from the specified config file) to override
the provided values only.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1444896098

  • 2 of 3 (66.67%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.05%) to 40.625%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/config/config.go 2 3 66.67%
Files with Coverage Reduction New Missed Lines %
pkg/config/config.go 1 54.38%
Totals Coverage Status
Change from base Build 1435829114: -0.05%
Covered Lines: 442
Relevant Lines: 1088

💛 - Coveralls

Copy link
Member

@dougbtv dougbtv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks Toth.

@TothFerenc
Copy link
Contributor Author

@dougbtv
Are you waiting for others to review? Or just forgot to merge?
Thanks!

@dougbtv
Copy link
Member

dougbtv commented Jun 23, 2022

This... did indeed get missed, could you rebase? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to disable OverlappingRanges using the config file
3 participants