Adding debug prints for the analysis

This commit is contained in:
Zoe Roux 2021-06-28 10:53:13 +02:00 committed by GitHub
parent 94c4c7d146
commit aad4336f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,6 @@ jobs:
with:
commit: ${{env.COMMIT_SHA}}
workflow: tests.yml
name: coverage.xml
github_token: ${{secrets.GITHUB_TOKEN}}
- name: Build and analyze
env:
@ -49,6 +48,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: bash
run: |
find . -name 'coverage.opencover.xml'
dotnet build-server shutdown
./.sonar/scanner/dotnet-sonarscanner begin \