Skip to content

Commit 74b7e3b

Browse files
committed
Remove entry
1 parent 1949c6f commit 74b7e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
Logging__LogLevel__Microsoft.Extensions.Hosting.Internal.Host: 'None'
135135
Logging__LogLevel__Microsoft.EntityFrameworkCore.Database.Command: 'None'
136136
Logging__LogLevel__JsonApiDotNetCore: 'None'
137-
Logging__LogLevel__DapperExample: 'None'
137+
#Logging__LogLevel__DapperExample: 'None'
138138
run: |
139139
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
140140
- name: Upload coverage to codecov.io

0 commit comments

Comments
 (0)