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 eb72b63 commit cca5d76Copy full SHA for cca5d76
.github/workflows/dotnet.yml
@@ -48,7 +48,7 @@ jobs:
48
path: .
49
merge-multiple: true
50
- name: Test
51
- run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --coverage --results-directory TestResults
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --coverage "Code Coverage" --results-directory TestResults
52
- name: Upload
53
uses: actions/upload-artifact@v4
54
with:
0 commit comments