Skip to content

Commit b27de78

Browse files
committed
Remove code coverage publishing task from Azure DevOps pipeline
1 parent c04e7b6 commit b27de78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.azdo/pipelines/azure-dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ stages:
110110
src/server/FakeSurveyGenerator.Api.Tests.Integration
111111
displayName: "Run Unit + Integration Tests"
112112

113-
- task: PublishCodeCoverageResults@2
114-
inputs:
115-
summaryFileLocation: $(Agent.TempDirectory)/**/coverage.cobertura.xml
116-
displayName: "Publish Code Coverage Results"
117-
118113
- script: |
119114
dotnet tool restore
120115
dotnet dotnet-ef migrations script --no-build --verbose -o DbMigrationScript.sql -i

0 commit comments

Comments
 (0)