Skip to content

Commit 9fba4b7

Browse files
try fix coverage
1 parent ae1e69d commit 9fba4b7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

cicd/azure-pipeline-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
SonarCloudCoverageExclusionList: "'tests/**/*'"
3636
SkipIntegrationTests: true
3737
PythonVersion: 3.12
38-
PackageManager: "uv"
38+
PackageManager: "uv"

cicd/azure-pipeline-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
SonarCloudCoverageExclusionList: "'tests/**/*'"
3535
SkipIntegrationTests: true
3636
PythonVersion: 3.12
37-
PackageManager: "uv"
37+
PackageManager: "uv"

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ addopts = """
153153
--color=yes
154154
--capture=fd
155155
--numprocesses auto
156-
--import-mode=importlib
157-
--cov=outsystems
156+
--cov=src/mcp
157+
--cov-report=xml
158158
--cov-report=term
159-
--cov-report=term-missing
160159
"""
161160
filterwarnings = [
162161
"error",

0 commit comments

Comments
 (0)