diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-07 18:52:45 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-07 18:52:45 +0530 |
commit | 369d674b1a6fefdc23165c5fd531901bc6e29ddc (patch) | |
tree | 75aeeeb2135f10fc62caca98cdce5e87a9668ae0 /.github | |
parent | eefbaca6125a5cfbd681eeeec890f380d84caf36 (diff) |
github: disable publishing of JaCoCo reports
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |