Skip to content

Commit

Permalink
testing only aspnet to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eddynaka committed Aug 3, 2020
1 parent d7b00c5 commit 43ca7d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43ca7d0

Please sign in to comment.