chore: ファイル名を修正

This commit is contained in:
usbharu 2024-09-17 00:04:14 +09:00
parent ee665eddb3
commit e36c7d6fb9
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -160,7 +160,7 @@ kover {
} }
total { total {
xml { xml {
xmlFile = file("$buildDir/reports/kover/hideout-core.xml") xmlFile = file("$buildDir/reports/kover/hideout-mastodon.xml")
} }
} }
filters { filters {