chore: カバレッジレポートを作成するGitHub Actionを変更

This commit is contained in:
usbharu 2023-12-14 16:20:10 +09:00
parent bccd16d9da
commit 8a064b9e33
1 changed files with 1 additions and 1 deletions

View File

@ -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