mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
chore: ファイル名を修正
This commit is contained in:
@@ -181,8 +181,6 @@ jobs:
|
||||
report_paths: '**/TEST-*.xml'
|
||||
check_name: 'hideout-mastodon JUnit Test Report'
|
||||
|
||||
- run: cd ./hideout-core/build/reports/kover || ls -lah
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -200,6 +198,10 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: 'hideout-core/build/reports/kover/'
|
||||
|
||||
|
||||
- run: cd ./hideout-core/build/reports/kover || ls -lah
|
||||
|
||||
- name: Report Coverage
|
||||
uses: madrapps/jacoco-report@v1.7.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user