gestalt-config / gestalt

A Java configuration library
https://gestalt-config.github.io/gestalt/
Apache License 2.0
81 stars 2 forks source link

Feat: Extend DurationDecoder to parse Duration #140

Closed credmond-git closed 8 months ago

credmond-git commented 8 months ago

Extend Duration Decoder to parse Duration so that it is able to decode Durations written in ISO 8601 standardized string format like "PT42S"? Address issue https://github.com/gestalt-config/gestalt/issues/137

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (84dfdb4) 88.13% compared to head (a48be2f) 88.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================= Coverage 88.13% 88.14% Complexity 1915 1915 ========================================= Files 183 183 Lines 5143 5146 +3 Branches 606 606 ========================================= + Hits 4533 4536 +3 Misses 399 399 Partials 211 211 ```

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