File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Collect Code Coverage for BenchmarkDotNet.IntegrationTests
5151 if : ${{ github.event.inputs.skip_integration_tests == 'false'}}
5252 run : |
53- dotnet coverage connect bdn_coverage 'dotnet test --project tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net8.0 --filter-query "/*/*/(!*DotMemoryTests)&(!*DotTraceTests)/(!*WasmIsSupported) &(!*WasmSupportsInProcessDiagnosers )"'
53+ dotnet coverage connect bdn_coverage 'dotnet test --project tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net8.0 --filter-query "/*/*/(!*DotMemoryTests)&(!*DotTraceTests)&(!*WasmTests )"' --no-ansi --output Detailed
5454
5555 - name : Shutdown dotnet-coverage server.
5656 run : dotnet coverage shutdown bdn_coverage --timeout 60000
8686 - name : Collect Code Coverage for BenchmarkDotNet.IntegrationTests
8787 if : ${{ github.event.inputs.skip_integration_tests == 'false'}}
8888 run : |
89- dotnet coverage connect bdn_coverage 'dotnet test --project tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net472 --filter-query "/*/*/(!*DotMemoryTests)&(!*DotTraceTests)/(!*WasmIsSupported) &(!*WasmSupportsInProcessDiagnosers )"'
89+ dotnet coverage connect bdn_coverage 'dotnet test --project tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net472 --filter-query "/*/*/(!*DotMemoryTests)&(!*DotTraceTests)&(!*WasmTests )"' --no-ansi --output Detailed
9090
9191 - name : Shutdown dotnet-coverage server.
9292 run : dotnet coverage shutdown bdn_coverage --timeout 60000
You can’t perform that action at this time.
0 commit comments