Skip to content

Commit 2f7289c

Browse files
authored
coverage sonarcloud.yml
1 parent 0b1b87b commit 2f7289c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: dotnet restore NetSdrClient.sln
7171
- name: Build
7272
run: dotnet build NetSdrClient.sln -c Release --no-restore
73-
- name: Tests with coverage (OpenCover)
73+
- name: Tests with coverage (OpenCover)
7474
run: |
7575
dotnet test NetSdrClientAppTests/NetSdrClientAppTests.csproj -c Release --no-build `
7676
/p:CollectCoverage=true `

0 commit comments

Comments
 (0)