Skip to content

Commit 5ccd5eb

Browse files
committed
Fix coverage output
1 parent 80d2427 commit 5ccd5eb

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test
5252
run: |
5353
dotnet run --configuration Release --no-build --project Example
54-
dotnet test --configuration Release --no-build -p:TestingPlatformCommandLineArguments="--report-trx --coverage"
54+
dotnet test --configuration Release --no-build -p:TestingPlatformCommandLineArguments="--report-trx --coverage --coverage-output-format cobertura"
5555
5656
- name: Package
5757
run: dotnet pack --configuration Release --no-build

0 commit comments

Comments
 (0)