diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9b3b312..090aa44 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -35,6 +35,11 @@ jobs: --cov-report=term-missing \ --cov-report=xml # <-- this line generates coverage.xml + - name: Debug coverage file + run: | + ls -al + cat coverage.xml || echo "coverage.xml not found" + - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@v2 with: