Skip to content

Commit

Permalink
Update pr-test-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Nov 23, 2023
1 parent 77ae16f commit 5ade7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Run coverage tests
run: |
dotnet sonarscanner begin /k:"reactivemarbles_DynamicData" /d:sonar.token="${{ env.SONAR_TOKEN }}" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html /d:sonar.hc
dotnet build --no-restore --no-incremental --configuration Release DynamicData.sln
dotnet dotcover test --dcReportType=HTML
dotnet build --no-restore --no-incremental --configuration ${{ matrix.configuration }} DynamicData.sln
dotnet dotcover test --dcReportType=HTML --no-restore --configuration ${{ matrix.configuration }}
dotnet sonarscanner end /d:sonar.token="${{ env.SONAR_TOKEN }}"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 5ade7c4

Please sign in to comment.