Skip to content

Commit 56d328b

Browse files
committed
Merge branch 'sonarcloud_initial' of github.com:typinghard/azure-devops-state-tracker into sonarcloud_initial
2 parents 26134a4 + f3d20d5 commit 56d328b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adt_pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ steps:
2424
script: dotnet build --no-incremental
2525
displayName: 'Run dotnet build'
2626

27+
- script: 'dotnet tool install --global coverlet.console'
28+
displayName: 'Install coverlet global tool'
29+
2730
- task: DotNetCoreCLI@2
2831
displayName: 'Run dotnet test'
2932
inputs:

0 commit comments

Comments
 (0)