Skip to content

Commit 23da85e

Browse files
author
Petr Sramek
committed
added code coverage arguments for test cmd
1 parent ce41329 commit 23da85e

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
@@ -48,4 +48,4 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal
51+
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory code-coverage

0 commit comments

Comments
 (0)