We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c153cb commit 3048919Copy full SHA for 3048919
.github/workflows/CodeQuality.yml
@@ -54,9 +54,7 @@ jobs:
54
run: dotnet build CDP4-SDK.sln --no-restore /p:ContinuousIntegrationBuild=true
55
56
- name: Test with the dotnet CLI
57
- env:
58
- EXCLUDED_CATEGORIES: "WebServicesDependent|CICDExclusion"
59
- run: dotnet-coverage collect "dotnet test CDP4-SDK.sln --no-restore --no-build --verbosity normal --filter \"TestCategory!~${{ env.EXCLUDED_CATEGORIES }}\"" -f xml -o "coverage.xml"
+ run: dotnet-coverage collect "dotnet test CDP4-SDK.sln --no-restore --no-build --verbosity normal --filter \"(TestCategory!=WebServicesDependent&TestCategory!=CICDExclusion&Category!=WebServicesDependent&Category!=CICDExclusion)\"" -f xml -o "coverage.xml"
60
61
- name: Sonarqube end
62
env:
0 commit comments