Skip to content

Commit c3f6afb

Browse files
authored
opencover
1 parent bed4f83 commit c3f6afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet build --no-restore
3131

3232
- name: Test
33-
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutput=CoverageResults/ /p:CoverletOutputFormat=opencover,lcov
33+
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutput=CoverageResults/ /p:CoverletOutputFormat="opencover,lcov"
3434

3535
- name: NDepend
3636
uses: ndepend/ndepend-action@v1

0 commit comments

Comments
 (0)