From aad4336f48cd85f7789ca18d6c479f9363f74612 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 28 Jun 2021 10:53:13 +0200 Subject: [PATCH] Adding debug prints for the analysis --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index ce7b185c..ea7b58e3 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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 \