Skip to content

Commit 1262e41

Browse files
committed
debug coverage file
1 parent fc76121 commit 1262e41

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
--cov-report=term-missing \
3636
--cov-report=xml # <-- this line generates coverage.xml
3737
38+
- name: Debug coverage file
39+
run: |
40+
ls -al
41+
cat coverage.xml || echo "coverage.xml not found"
42+
3843
- name: SonarCloud Scan
3944
uses: SonarSource/sonarcloud-github-action@v2
4045
with:

0 commit comments

Comments
 (0)