forked from Mons/tnt-config
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support 2.11 bootstrap_strategy and derive default_cfg
* feat: support bootstrap_strategy (2.11) * feat: derive load_cfg/default_cfg * fix: ensure options of box.cfg always cleared before passing to box.cfg (or wrap_box_cfg, or boxcfg) * feat: added annotations for config and config.etcd * feat: use module-aware logger (2.11 feature) * feat: expose load_cfg/{default_cfg,...} to config._load_cfg
- Loading branch information
Vladislav Grubov
committed
Sep 13, 2023
1 parent
0ade1c5
commit d047a6a
Showing
10 changed files
with
394 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
runreport = false | ||
deletestats = false | ||
|
||
exclude = { | ||
"spec/", | ||
"test/", | ||
"test_peek", | ||
"%.rocks/", | ||
"builtin/", | ||
} | ||
|
||
coveralls = { | ||
root = "/", | ||
debug = true, | ||
pathcorrect = { | ||
{ "^/home/runner/work/config/config/", "" }, | ||
{ "^/source/config", "" }, | ||
}, | ||
} |
Oops, something went wrong.