From d5ff3c00fdf237dd2a2ddbaf3d0c558bba9f049d Mon Sep 17 00:00:00 2001 From: Coen van den Munckhof Date: Thu, 26 Sep 2024 00:02:26 +0200 Subject: [PATCH] .. --- .azuredevops/Pipelines/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/Pipelines/pull-request.yaml b/.azuredevops/Pipelines/pull-request.yaml index e9ab27ab..affd9d6d 100644 --- a/.azuredevops/Pipelines/pull-request.yaml +++ b/.azuredevops/Pipelines/pull-request.yaml @@ -119,7 +119,7 @@ stages: projects: 'tests/**/SystemTests.csproj' arguments: >- --no-build --configuration $(buildConfiguration) - --output Detailed + -- --output Detailed --coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura --report-trx /p:ExcludeByAttribute=CompilerGenerated publishTestResults: true