github: disable publishing of JaCoCo reports

This commit is contained in:
Harsh Shandilya 2021-12-07 18:52:45 +05:30
parent eefbaca612
commit 369d674b1a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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 }}