Skip to content

Commit 46c772e

Browse files
committed
Merge branch 'sonarcloud_initial' of github.com:typinghard/azure-devops-state-tracker into sonarcloud_initial
2 parents 2228400 + ffcf43a commit 46c772e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# ASP.NET Core
2-
# Build and test ASP.NET Core projects targeting .NET Core.
3-
# Add steps that run tests, create a NuGet package, deploy, and more:
4-
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
5-
6-
#trigger:
7-
#- version-5
8-
91
pool:
102
vmImage: windows-latest
113

@@ -33,7 +25,8 @@ steps:
3325
# Test with Coverage
3426
# Run all tests with "/p:CollectCoverage=true /p:CoverletOutputFormat=cobertura" to generate the code coverage file
3527
- task: DotNetCoreCLI@2
36-
displayName: Rodando os testes da aplicação
28+
displayName: 'Calculate code coverage'
29+
continueOnError: false
3730
inputs:
3831
command: test
3932
arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura'

0 commit comments

Comments
 (0)