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

Feat/map leaf #174

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Feat/map leaf #174

merged 3 commits into from
Mar 23, 2024

Conversation

credmond-git
Copy link
Collaborator

No description provided.

If we have a leaf node parse the contents of a map from a single string key1=value1,key2=value2,key3=value3 ect.
…cedSetDecoder, ListDecoder and SequencedCollectionDecoder #173

Also support all forms of lists, sets and maps. So you can ask for a TreeMap or TreeSet.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

Attention: Patch coverage is 98.91304% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.14%. Comparing base (57c9b99) to head (1c7242d).

Files Patch % Lines
.../org/github/gestalt/config/decoder/MapDecoder.java 97.56% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   89.00%   89.14%   +0.13%     
==========================================
  Files         188      185       -3     
  Lines        5410     5378      -32     
  Branches      645      640       -5     
==========================================
- Hits         4815     4794      -21     
+ Misses        389      385       -4     
+ Partials      206      199       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@credmond-git credmond-git merged commit 3a54db5 into main Mar 23, 2024
4 of 5 checks passed
@credmond-git credmond-git deleted the feat/map-leaf branch March 23, 2024 04:55
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.

1 participant