mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-19 11:53:36 +00:00
chore: アップロード名を間違えていたので修正
This commit is contained in:
@@ -179,12 +179,12 @@ jobs:
|
||||
uses: mikepenz/action-junit-report@v4
|
||||
with:
|
||||
report_paths: '**/TEST-*.xml'
|
||||
check_name: 'hideout-core JUnit Test Report'
|
||||
check_name: 'hideout-mastodon JUnit Test Report'
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'hideout-core.xml'
|
||||
name: 'hideout-mastodon.xml'
|
||||
path: 'hideout-core/build/reports/kover/hideout-mastodon.xml'
|
||||
|
||||
coverage:
|
||||
|
||||
Reference in New Issue
Block a user