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 f0e6314 commit 2892eb8Copy full SHA for 2892eb8
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Run Tests .NET 10 (with Coverage)
81
run: |
82
- dotnet-coverage collect 'dotnet test ./test/System.Linq.Dynamic.Core.Tests.Net/System.Linq.Dynamic.Core.Tests.Net.csproj --configuration Debug -p:buildType=azure-pipelines-ci' -f xml -o dynamic-coverage-efcore.xml
+ dotnet-coverage collect 'dotnet test ./test/System.Linq.Dynamic.Core.Tests/System.Linq.Dynamic.Core.Tests.csproj --configuration Debug -p:buildType=azure-pipelines-ci' -f xml -o dynamic-coverage-efcore.xml
83
84
- name: Run Tests EF .NET 10 (with Coverage)
85
0 commit comments