mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
github: disable publishing of JaCoCo reports
This commit is contained in:
parent
eefbaca612
commit
369d674b1a
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…
Reference in a new issue