Skip to content

Commit 33283a1

Browse files
fix pipelines
1 parent 9fef141 commit 33283a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cicd/azure-pipeline-merge.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
include:
77
- src
88
- tests
9-
- build
9+
- cicd
10+
- scripts
1011
- .github
1112

1213
pool:
@@ -31,6 +32,6 @@ jobs:
3132
PackageName: 'mcp-python-sdk'
3233
SonarCloudProject: 'mcp-python-sdk'
3334
SonarCloudExclusionList: 'tests/**/*'
34-
SonarCloudCoverageExclusionList: "'tests/**/*, local_dev/*'"
35+
SonarCloudCoverageExclusionList: "'tests/**/*'"
3536
SkipIntegrationTests: true
3637
PythonVersion: 3.12

cicd/azure-pipeline-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
PackageName: 'mcp-python-sdk'
2727
SonarCloudProject: 'OutSystems_mcp-python-sdk'
2828
SonarCloudExclusionList: 'tests/**/*'
29-
SonarCloudCoverageExclusionList: "'tests/**/*, local_dev/*'"
29+
SonarCloudCoverageExclusionList: "'tests/**/*'"
3030
SkipIntegrationTests: true
3131
PythonVersion: 3.12

0 commit comments

Comments
 (0)