diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c8e24..108a6b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: /d:sonar.cs.vscoveragexml.reportsPaths="$env:RUNNER_TEMP\TestResults\coverage.xml" /d:sonar.cs.vstest.reportsPaths="$env:RUNNER_TEMP\TestResults\**\*.trx" /d:sonar.exclusions="**/bin/**,**/obj/**,**/TestResults/**" - /d:sonar.coverage.exclusions="**/tests/**" + /d:sonar.coverage.exclusions="**/tests/**,**/Services/DreamineThread.cs,**/Services/DreamineThreadManager.cs,**/Services/DreamineThreadScheduler.cs,**/Registration/**" /d:sonar.cpd.exclusions="**/tests/**" - name: Build and test shell: pwsh