mirror of https://github.com/usbharu/Hideout.git
chore: カバレッジレポートの集計場所を修正
This commit is contained in:
parent
bd74ca1e0f
commit
e6573ccbb3
|
@ -121,8 +121,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: 'hideout-core.xml'
|
||||
path: 'hideout-core/build/reports/kover/hideout-core.xml'
|
||||
- run: echo ${{ github.workspace }}/hideout-core/build/reports/kover/hideout-core.xml
|
||||
path: 'hideout-core/build/reports/kover/'
|
||||
- name: Report Coverage
|
||||
uses: madrapps/jacoco-report@v1.7.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue