mirror of https://github.com/usbharu/Hideout.git
chore: カバレッジレポートを作成するGitHub Actionを変更
This commit is contained in:
parent
8a064b9e33
commit
11d82e7fbf
|
@ -243,7 +243,7 @@ jobs:
|
||||||
id: kover
|
id: kover
|
||||||
uses: madrapps/jacoco-report@v1.6.1
|
uses: madrapps/jacoco-report@v1.6.1
|
||||||
with:
|
with:
|
||||||
path: |
|
paths: |
|
||||||
${{ github.workspace }}/build/reports/kover/report.xml
|
${{ github.workspace }}/build/reports/kover/report.xml
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
title: Code Coverage
|
title: Code Coverage
|
||||||
|
|
Loading…
Reference in New Issue