mirror of https://github.com/usbharu/Hideout.git
chore: ファイル名を修正
This commit is contained in:
parent
23fb7f9f2a
commit
f622d23a7b
|
@ -206,7 +206,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/hideout-core.xml,
|
||||||
|
${{ github.workspace }}/hideout-core/build/reports/kover/hideout-mastodon/hideout-mastodon.xml
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
title: Code Coverage
|
title: Code Coverage
|
||||||
update-comment: true
|
update-comment: true
|
||||||
|
|
Loading…
Reference in New Issue