Uh oh!
There was an error while loading. Please reload this page.
Rewrite the configuration package (very basic for now) - #98
Conversation
kokumaji
left a comment
There was a problem hiding this comment.
Maybe also add something like YamlProvider#reload()? Other than that, lgtm 👍
Waiting for opinions from others
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## feat/jcx/major/modules-def #98 +/- ##
===============================================================
+ Coverage 23.19% 34.39% +11.20%
===============================================================
Files 73 63 -10 Lines 3126 2532 -594 Branches 426 286 -140 ===============================================================
+ Hits 725 871 +146 + Misses 2355 1597 -758 - Partials 46 64 +18
Continue to review full report at Codecov.
|
1b3f795 to
8401dd6Compare981453a to
32b638fCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| import org.junit.jupiter.api.TestInstance.Lifecycle; | ||
| @TestInstance(Lifecycle.PER_CLASS) | ||
| public class YamlProviderTest { |
There was a problem hiding this comment.
As mentioned above, a test that forces a concurrent read/write of the config to ensure that behaves as expected.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.