We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fef141 commit 33283a1Copy full SHA for 33283a1
2 files changed
cicd/azure-pipeline-merge.yaml
@@ -6,7 +6,8 @@
6
include:
7
- src
8
- tests
9
- - build
+ - cicd
10
+ - scripts
11
- .github
12
13
pool:
@@ -31,6 +32,6 @@ jobs:
31
32
PackageName: 'mcp-python-sdk'
33
SonarCloudProject: 'mcp-python-sdk'
34
SonarCloudExclusionList: 'tests/**/*'
- SonarCloudCoverageExclusionList: "'tests/**/*, local_dev/*'"
35
+ SonarCloudCoverageExclusionList: "'tests/**/*'"
36
SkipIntegrationTests: true
37
PythonVersion: 3.12
cicd/azure-pipeline-pr.yaml
@@ -26,6 +26,6 @@ jobs:
26
27
SonarCloudProject: 'OutSystems_mcp-python-sdk'
28
29
30
0 commit comments