mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
github: disable publishing of JaCoCo reports
This commit is contained in:
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 }}
|
||||||
|
Reference in New Issue
Block a user