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 e7e9473 commit 1cc0567Copy full SHA for 1cc0567
.github/workflows/dotnet.yml
@@ -48,5 +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:"XPlat Code Coverage" --settings coverlet.runsettings
52
- working-directory: ./tests/
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
tests/coverlet.runsettings renamed to coverlet.runsettings
0 commit comments