From 33a480d38e313a26a3e46e6a6b42b590fc9e6570 Mon Sep 17 00:00:00 2001 From: "Kuricheti, Mythreya" Date: Thu, 30 Jan 2025 10:04:07 -0800 Subject: [PATCH] Generate code coverage comment as collapsible summary (#169) * Generate codecoverage comment as collapsible summary * Tweak markdown formatting [ROCm/rocprofiler-sdk commit: 58ecbd83a9948dc028fccc3622afebe25614e3f1] --- .../.github/workflows/continuous_integration.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml index c1b968b003..08bcdc726e 100644 --- a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml +++ b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml @@ -487,7 +487,13 @@ jobs: timeout-minutes: 5 uses: actions/github-script@v6 env: - COMMENT_BODY: ${{ steps.generatereport.outputs.CODECOVERAGE_REPORT }} + COMMENT_BODY: | +
+

Code Coverage Report

+ + + ${{ steps.generatereport.outputs.CODECOVERAGE_REPORT }} +
with: github-token: ${{ secrets.TOKEN }} script: |