From 43ca7d074b45bf50f769f83a315c79075ae54630 Mon Sep 17 00:00:00 2001 From: Eddy Nakamura Date: Mon, 3 Aug 2020 12:40:07 -0300 Subject: [PATCH] testing only aspnet to merge --- .github/workflows/dotnet-core-cov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet-core-cov.yml b/.github/workflows/dotnet-core-cov.yml index c23c36fe723..81d603a9e20 100644 --- a/.github/workflows/dotnet-core-cov.yml +++ b/.github/workflows/dotnet-core-cov.yml @@ -38,6 +38,9 @@ jobs: - name: dotnet test run: dotnet test --collect:"XPlat Code Coverage" --results-directory:"TestResults" --configuration Release --no-build -- RunConfiguration.DisableAppDomain=true + - name: dotnet test aspnet + run: dotnet test test\OpenTelemetry.Instrumentation.AspNet.Tests\OpenTelemetry.Instrumentation.AspNet.Tests.csproj --collect:"XPlat Code Coverage" --results-directory:"TestResults" --configuration Release --no-build -- RunConfiguration.DisableAppDomain=true + - name: Install report tool run: dotnet tool install -g dotnet-reportgenerator-globaltool