From 369d674b1a6fefdc23165c5fd531901bc6e29ddc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 7 Dec 2021 18:52:45 +0530 Subject: github: disable publishing of JaCoCo reports --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 45477550..b09c8b6f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -240,7 +240,7 @@ jobs: echo ::set-output name=REPORT_PATHS::${REPORTS} - name: Publish JaCoCo report to PR - if: ${{ steps.service-changed.outputs.result == 'true' }} + if: false uses: madrapps/jacoco-report@v1.2 with: paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }} -- cgit v1.2.3