Skip to content

Commit 38c02ed

Browse files
committed
Fix
1 parent ec0148b commit 38c02ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- name: Generate combined coverage report
317317
run: |
318318
# Generate combined report - allow failures
319-
./gradlew jacocoCombinedReport
319+
./gradlew jacocoCodeCoverageReport
320320
COMBINED_RESULT=$?
321321
if [ $COMBINED_RESULT -ne 0 ]; then
322322
echo "Failed to generate combined report, but continuing..."

0 commit comments

Comments
 (0)