Skip to content

Commit 1bb601d

Browse files
committed
Add dotnet tool install --global dotnet-coverage
1 parent 45e4318 commit 1bb601d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5151
shell: powershell
5252
run: |
53+
dotnet tool install --global dotnet-coverage
5354
.\.sonar\scanner\dotnet-sonarscanner begin /k:"astar-development_astar-dev-functional-extensions" /o:"astar-development" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
5455
dotnet build
5556
dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Tests.EndToEnd"' -f xml -o 'coverage.xml'

0 commit comments

Comments
 (0)