We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64fa0e commit ee1d311Copy full SHA for ee1d311
1 file changed
.github/workflows/sonarqube.yml
@@ -33,11 +33,6 @@ jobs:
33
run: |
34
pnpm test:coverage
35
36
- - name: List coverage files (debug)
37
- run: |
38
- find . -name "*.info" -o -name "coverage" -type d
39
- ls -la packages/react-native/coverage/ || echo "No coverage directory found"
40
-
41
- name: SonarQube Scan
42
uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf
43
env:
0 commit comments