From 1262e4146b837f54c9ca781709eefcd59cb5d959 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Sun, 25 May 2025 02:11:03 -0300 Subject: [PATCH] debug coverage file --- .github/workflows/run_tests.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: