Added support for TOML based cofiguration files#39
Merged
Conversation
This commits adds support for TOML configuration files, thus making it possible to further customize the behaviour of the current executing CAPIO-CL running instance.
9a7c90c to
b4fb096
Compare
9a23997 to
82130cd
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
- Coverage 98.53% 98.13% -0.41%
==========================================
Files 15 19 +4
Lines 889 1126 +237
Branches 526 719 +193
==========================================
+ Hits 876 1105 +229
- Misses 1 2 +1
- Partials 12 19 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8941d91 to
79382d6
Compare
2f4dd40 to
c55d7a1
Compare
2431493 to
35e50f1
Compare
c3ab838 to
a4e63c4
Compare
7cbb946 to
190a485
Compare
d85b072 to
28c696b
Compare
49820e2 to
6c2cce8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commits adds support for TOML configuration files, thus making it possible to further customize the behaviour of the current executing CAPIO-CL running instance.