mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00: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…
x
Reference in New Issue
Block a user