chore: カバレッジレポートの集計場所を修正

This commit is contained in:
usbharu 2024-09-16 23:12:50 +09:00
parent bd74ca1e0f
commit e6573ccbb3
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 1 additions and 2 deletions

View File

@ -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: