Skip to content

Commit 5997ba7

Browse files
Update sonarcloud.yml
1 parent 9bb2165 commit 5997ba7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ jobs:
4040
- name: Restore
4141
run: dotnet restore NetSdrClient.sln
4242

43-
- name: Build
44-
run: dotnet build NetSdrClient.sln -c Release --no-restore
45-
43+
# Прибрали окремий крок Build, бо Test зробить це сам разом з інструментами покриття
44+
4645
- name: Tests with coverage
4746
run: |
48-
dotnet test NetSdrClientAppTests/NetSdrClientAppTests.csproj -c Release --no-build `
47+
dotnet test NetSdrClientAppTests/NetSdrClientAppTests.csproj -c Release `
4948
/p:CollectCoverage=true `
5049
/p:CoverletOutput=TestResults/coverage.xml `
5150
/p:CoverletOutputFormat=opencover `

0 commit comments

Comments
 (0)