File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 Logging__LogLevel__Microsoft.Extensions.Hosting.Internal.Host : ' None'
105105 Logging__LogLevel__Microsoft.EntityFrameworkCore.Database.Command : ' None'
106106 Logging__LogLevel__JsonApiDotNetCore : ' None'
107- run : dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true "
107+ 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 "
108108 - name : Upload coverage to codecov.io
109109 if : ${{ matrix.os == 'ubuntu-latest' }}
110110 env :
Original file line number Diff line number Diff line change 1717 <CoverletVersion >6.0.*</CoverletVersion >
1818 <DapperVersion >2.1.*</DapperVersion >
1919 <FluentAssertionsVersion >7.2.*</FluentAssertionsVersion >
20- <GitHubActionsTestLoggerVersion >2.4 .*</GitHubActionsTestLoggerVersion >
20+ <GitHubActionsTestLoggerVersion >3.0 .*</GitHubActionsTestLoggerVersion >
2121 <InheritDocVersion >2.0.*</InheritDocVersion >
2222 <KiotaVersion >1.*</KiotaVersion >
2323 <MicrosoftApiServerVersion >10.0.*</MicrosoftApiServerVersion >
You can’t perform that action at this time.
0 commit comments