-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code coverage action in pipeline (#569)
* Add code coverage action in pipeline * Trigger pipeline * Fix configuration of test sandbox --------- Co-authored-by: Taras Shcherban <[email protected]> Co-authored-by: Artem Gavrilov <[email protected]> Co-authored-by: Nurlan Moldomurov <[email protected]> Co-authored-by: Jiří Čtvrtka <[email protected]>
- Loading branch information
1 parent
0239f77
commit 02d5d2f
Showing
5 changed files
with
31 additions
and
15 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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
.dist | ||
.env | ||
|
||
.vscode/ | ||
.idea | ||
|
||
bin | ||
build | ||
dist | ||
|
||
cover.out | ||
mongodb_exporter | ||
.DS_Store |
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
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 |
---|---|---|
|
@@ -100,6 +100,7 @@ function general_servers() { | |
EOF | ||
} | ||
|
||
|
||
case $1 in | ||
cnf_servers) | ||
cnf_servers | ||
|