diff --git a/samples/Algorithms/README.md b/samples/Algorithms/README.md index cdd6c4c..2290a47 100644 --- a/samples/Algorithms/README.md +++ b/samples/Algorithms/README.md @@ -11,4 +11,5 @@ Solution contains two projects: 2. [***Scenario 02*** Code coverage for MSTest Runner project using static instrumentation](scenarios/scenario02/README.md) 3. [***Scenario 03*** Code coverage for MSTest Runner project using compile-time instrumentation](scenarios/scenario03/README.md) 4. [***Scenario 04*** Code coverage for MSTest Runner project using `dotnet-coverage` tool](scenarios/scenario04/README.md) -5. [***Scenario 05*** Code coverage for Native AOT console app](scenarios/scenario05/README.md) \ No newline at end of file +5. [***Scenario 05*** Code coverage for Native AOT console app](scenarios/scenario05/README.md) +6. [***Scenario 06*** Code coverage for Native AOT MSTest Runner project](scenarios/scenario06/README.md) diff --git a/samples/Algorithms/scenarios/scenario06/azure-pipelines.jpg b/samples/Algorithms/scenarios/scenario06/azure-pipelines.jpg index b112196..c02eee1 100644 Binary files a/samples/Algorithms/scenarios/scenario06/azure-pipelines.jpg and b/samples/Algorithms/scenarios/scenario06/azure-pipelines.jpg differ diff --git a/samples/Algorithms/scenarios/scenario06/example.report.cobertura.xml b/samples/Algorithms/scenarios/scenario06/example.report.cobertura.xml index 363130a..ebe5983 100644 --- a/samples/Algorithms/scenarios/scenario06/example.report.cobertura.xml +++ b/samples/Algorithms/scenarios/scenario06/example.report.cobertura.xml @@ -1,152 +1,134 @@  - + - + - + - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - + + + + + + - + + + + + + + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - + + - + + + + - - - - - + - + + + + - + + + + + + + + + + + + + + + + + + - + + + + + + + + - - - - - + + - - - - - - - - - - - - - - - - + + + + - - + - + + - - - - - - - - - - - - diff --git a/samples/Algorithms/scenarios/scenario06/example.report.jpg b/samples/Algorithms/scenarios/scenario06/example.report.jpg index 64c2ab1..78b7e63 100644 Binary files a/samples/Algorithms/scenarios/scenario06/example.report.jpg and b/samples/Algorithms/scenarios/scenario06/example.report.jpg differ