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 fc7e926 commit f1da859Copy full SHA for f1da859
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
Logging__LogLevel__Microsoft.Extensions.Hosting.Internal.Host: 'None'
105
Logging__LogLevel__Microsoft.EntityFrameworkCore.Database.Command: 'None'
106
Logging__LogLevel__JsonApiDotNetCore: 'None'
107
- run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
+ run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;annotations-title=@test (@framework);annotations-message=@error\n@trace;summary-include-passed=false"
108
- name: Upload coverage to codecov.io
109
if: ${{ matrix.os == 'ubuntu-latest' }}
110
env:
0 commit comments