Skip to content

Commit 8c49c6e

Browse files
committed
tests: update plugin cli
Signed-off-by: Frederico Araujo <[email protected]>
1 parent bc2056d commit 8c49c6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[run]
22
branch = True
3+
omit =
4+
mcpgateway/alembic/*
5+
*/__init__.py
36

47
[report]
58
exclude_lines =

mcpgateway/plugins/tools/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def bootstrap(
140140

141141

142142
@app.callback()
143-
def callback():
143+
def callback(): # pragma: no cover
144144
"""This function exists to force 'bootstrap' to be a subcommand."""
145145
pass
146146

0 commit comments

Comments
 (0)