Skip to content

Commit b344e66

Browse files
authored
Adapt for breaking changes in parameters
1 parent 32ec145 commit b344e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)