chore: ファイル名を修正

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

View File

@ -206,8 +206,7 @@ jobs:
uses: madrapps/jacoco-report@v1.7.0
with:
paths: |
${{ github.workspace }}/hideout-core/build/reports/kover/hideout-core.xml,
${{ github.workspace }}/hideout-core/build/reports/kover/hideout-mastodon.xml
${{ github.workspace }}/hideout-core/build/reports/kover/**/**.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: Code Coverage
update-comment: true