chore: ファイル名を修正

This commit is contained in:
usbharu 2024-09-17 00:33:36 +09:00
parent 4eb8127105
commit 579ac44372
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 4 additions and 2 deletions

View File

@ -181,8 +181,6 @@ jobs:
report_paths: '**/TEST-*.xml' report_paths: '**/TEST-*.xml'
check_name: 'hideout-mastodon JUnit Test Report' check_name: 'hideout-mastodon JUnit Test Report'
- run: cd ./hideout-core/build/reports/kover || ls -lah
- name: Upload Coverage Report - name: Upload Coverage Report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
@ -200,6 +198,10 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: 'hideout-core/build/reports/kover/' path: 'hideout-core/build/reports/kover/'
- run: cd ./hideout-core/build/reports/kover || ls -lah
- name: Report Coverage - name: Report Coverage
uses: madrapps/jacoco-report@v1.7.0 uses: madrapps/jacoco-report@v1.7.0
with: with: