From fdef212ee74c47601d420e6e73d5300d05cd4763 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 8 Apr 2024 15:20:48 +0100 Subject: [PATCH] Move out dotnet test command temporarily --- .github/workflows/continuous-integration-dotnet.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 75aa393..1c48369 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -71,14 +71,8 @@ jobs: run: | dotnet-sonarscanner begin /k:"DFE-Digital_identifiers-api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml dotnet build --no-restore -<<<<<<< HEAD dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" # Todo add this back to previous step once tests in place # reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube -======= - dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" - reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube - dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" ->>>>>>> 322be4b39eb8a99247ce69050f07091f2867ef62