From 3b84a5bea47da8ddbc09766259f2b00e9eee7cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 7 Nov 2024 18:01:06 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 739bc039..4c8155b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Build project run: dotnet build GenHTTP.sln -c Release - name: Test project - run: dotnet test GenHTTP.sln --parallel none --no-build --collect:"XPlat Code Coverage" -c Release -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover + run: dotnet test GenHTTP.sln --no-build --collect:"XPlat Code Coverage" -c Release --parallel none -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: End scan if: env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"