We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a13d6 commit 59bc1d3Copy full SHA for 59bc1d3
.github/workflows/dotnet-core.yml
@@ -41,7 +41,8 @@ jobs:
41
- name: Test
42
run: |
43
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
44
- dotnet test --no-restore --verbosity normal #--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
+ dotnet test --no-restore --verbosity normal
45
+ #--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
46
#mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
47
48
# Note: this step is currently not writing to the gist for some reason
0 commit comments