mirror of https://github.com/usbharu/Hideout.git
chore: カバレッジレポートを作成するGitHub Actionを変更
This commit is contained in:
parent
bccd16d9da
commit
8a064b9e33
|
@ -241,7 +241,7 @@ jobs:
|
||||||
- name: Add coverage report to PR
|
- name: Add coverage report to PR
|
||||||
if: always()
|
if: always()
|
||||||
id: kover
|
id: kover
|
||||||
uses: mi-kas/kover-report@v1
|
uses: madrapps/jacoco-report@v1.6.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ github.workspace }}/build/reports/kover/report.xml
|
${{ github.workspace }}/build/reports/kover/report.xml
|
||||||
|
|
Loading…
Reference in New Issue