File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net8.0 --filter "(FullyQualifiedName!~ DotMemoryTests) & (FullyQualifiedName!~ DotTraceTests) & (FullyQualifiedName!~ WasmIsSupported) & (FullyQualifiedName!~ WasmSupportsInProcessDiagnosers)"'
53+ dotnet coverage connect bdn_coverage 'dotnet test tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net8.0 --filter-query "/*/*/(!* DotMemoryTests)&(!* DotTraceTests)/(!* WasmIsSupported)&(!* WasmSupportsInProcessDiagnosers)"'
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 tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net472 --filter "(FullyQualifiedName!~ DotMemoryTests) & (FullyQualifiedName!~ DotTraceTests) & (FullyQualifiedName!~ WasmIsSupported) & (FullyQualifiedName!~ WasmSupportsInProcessDiagnosers)"'
89+ dotnet coverage connect bdn_coverage 'dotnet test tests/BenchmarkDotNet.IntegrationTests -c Release --no-build --framework net472 --filter-query "/*/*/(!* DotMemoryTests)&(!* DotTraceTests)/(!* WasmIsSupported)&(!* WasmSupportsInProcessDiagnosers)"'
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