We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d2427 commit 5ccd5ebCopy full SHA for 5ccd5eb
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: |
53
dotnet run --configuration Release --no-build --project Example
54
- dotnet test --configuration Release --no-build -p:TestingPlatformCommandLineArguments="--report-trx --coverage"
+ dotnet test --configuration Release --no-build -p:TestingPlatformCommandLineArguments="--report-trx --coverage --coverage-output-format cobertura"
55
56
- name: Package
57
run: dotnet pack --configuration Release --no-build
0 commit comments