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

YAML config can be loaded from sub includes, thus reduces the main YAML size #152

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

azagniotov
Copy link
Owner

This PR resolves issue #145

@azagniotov azagniotov linked an issue Feb 25, 2021 that may be closed by this pull request
@codecov-io
Copy link

Codecov Report

Merging #152 (5abc29a) into master (da71d0b) will increase coverage by 0.07%.
The diff coverage is 95.00%.

@@             Coverage Diff              @@
##             master     #152      +/-   ##
============================================
+ Coverage     95.92%   96.00%   +0.07%     
- Complexity      582      585       +3     
============================================
  Files            51       51              
  Lines          1840     1851      +11     
  Branches        179      181       +2     
============================================
+ Hits           1765     1777      +12     
+ Misses           63       61       -2     
- Partials         12       13       +1     
Impacted Files Coverage Δ Complexity Δ
.../io/github/azagniotov/stubby4j/yaml/SnakeYaml.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...io/github/azagniotov/stubby4j/yaml/YamlParser.java 99.27% <94.11%> (-0.73%) 43.00 <4.00> (+3.00) ⬇️
.../github/azagniotov/stubby4j/utils/StringUtils.java 98.73% <100.00%> (+2.43%) 60.00 <1.00> (ø)
...niotov/stubby4j/yaml/ConfigurableYAMLProperty.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)

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.

Split yaml config file
2 participants