File tree Expand file tree Collapse file tree 5 files changed +2051
-2153
lines changed Expand file tree Collapse file tree 5 files changed +2051
-2153
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
224
224
- run : uv run coverage report --fail-under 95
225
225
- run : uv run diff-cover coverage.xml --fail-under 100
226
- - run : uv run tests/wrong_coverage.py
226
+ - run : uv run strict-no-cover
227
227
228
228
test-mcp-run-python :
229
229
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dev = [
87
87
" pytest-recording>=0.13.2" ,
88
88
" diff-cover>=9.2.0" ,
89
89
" boto3-stubs[bedrock-runtime]" ,
90
+ " strict-no-cover>=0.1.1" ,
90
91
]
91
92
92
93
[tool .hatch .metadata ]
Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ show_missing = true
215
215
ignore_errors = true
216
216
precision = 2
217
217
exclude_lines = [
218
- # `# pragma: no cover` si standard marker for code that's not covered, this will error if code is covered
218
+ # `# pragma: no cover` is standard marker for code that's not covered, this will error if code is covered
219
219
' pragma: no cover' ,
220
- # use `# pragma: lax no cover` if you want to ignore covered and ignore cases where (some of) the code is covered
220
+ # use `# pragma: lax no cover` if you want to ignore cases where (some of) the code is covered
221
221
' pragma: lax no cover' ,
222
222
' raise NotImplementedError' ,
223
223
' if TYPE_CHECKING:' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments