github: disable publishing of JaCoCo reports
This commit is contained in:
parent
eefbaca612
commit
369d674b1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue