mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
chore: ファイル名を修正
This commit is contained in:
@@ -202,7 +202,8 @@ jobs:
|
||||
uses: madrapps/jacoco-report@v1.7.0
|
||||
with:
|
||||
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 }}
|
||||
title: Code Coverage
|
||||
update-comment: true
|
||||
|
||||
@@ -160,7 +160,7 @@ kover {
|
||||
}
|
||||
total {
|
||||
xml {
|
||||
xmlFile = file("$buildDir/reports/kover/hideout-core.xml")
|
||||
xmlFile = file("$buildDir/reports/kover/hideout-mastodon.xml")
|
||||
}
|
||||
}
|
||||
filters {
|
||||
|
||||
Reference in New Issue
Block a user