mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 03:04:13 +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}
|
echo ::set-output name=REPORT_PATHS::${REPORTS}
|
||||||
|
|
||||||
- name: Publish JaCoCo report to PR
|
- name: Publish JaCoCo report to PR
|
||||||
if: ${{ steps.service-changed.outputs.result == 'true' }}
|
if: false
|
||||||
uses: madrapps/jacoco-report@v1.2
|
uses: madrapps/jacoco-report@v1.2
|
||||||
with:
|
with:
|
||||||
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
|
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
|
||||||
|
|
Loading…
Reference in a new issue