mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #36052 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Automated failure notifications now include detailed error summaries * Added code coverage reporting and tracking for Android test suites * Enhanced test logging and artifact collection for improved visibility into build issues and failures <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
19 lines
491 B
JSON
19 lines
491 B
JSON
{
|
|
"text": "${{ env.JOB_STATUS }}\n${{ env.EVENT_URL }}",
|
|
"blocks": [
|
|
{
|
|
"type": "section",
|
|
"text": {
|
|
"type": "mrkdwn",
|
|
"text": "Android ${ANDROID_JOB_NAME}: ${{ env.JOB_STATUS }}\n${{ env.RUN_URL }}"
|
|
}
|
|
},
|
|
{
|
|
"type": "section",
|
|
"text": {
|
|
"type": "mrkdwn",
|
|
"text": "Summary:\n```${ANDROID_FAIL_SUMMARY}```"
|
|
}
|
|
}
|
|
]
|
|
}
|