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 f12c97b commit a15da2bCopy full SHA for a15da2b
.github/workflows/dotnet.yml
@@ -48,4 +48,4 @@ jobs:
48
path: .
49
merge-multiple: true
50
- name: Test
51
- run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"Code Coverage" --settings coverlet.runsettings
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"Code Coverage"
0 commit comments