Skip to content

Commit 9ed58af

Browse files
committed
debug
1 parent 7cd5187 commit 9ed58af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
run: unzip ctapipe-coverage-report.zip -d coverage
5151

5252
- name: Check artifact
53-
run: ls -l coverage
53+
run: |
54+
pwd
55+
ls -l coverage
56+
cat coverage/coverage.xml
5457
5558
- name: Set environment
5659
run: |
@@ -76,8 +79,10 @@ jobs:
7679

7780
- name: Git info
7881
run: |
82+
pwd
7983
git status
8084
git log -n 5 --oneline
85+
ls -l coverage
8186
8287
- name: Sonarqube Scan
8388
uses: SonarSource/sonarqube-scan-action@v4

0 commit comments

Comments
 (0)