Generate code coverage comment as collapsible summary (#169)
* Generate codecoverage comment as collapsible summary
* Tweak markdown formatting
[ROCm/rocprofiler-sdk commit: 58ecbd83a9]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a8f4499f30
Коммит
33a480d38e
+7
-1
@@ -487,7 +487,13 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
uses: actions/github-script@v6
|
||||
env:
|
||||
COMMENT_BODY: ${{ steps.generatereport.outputs.CODECOVERAGE_REPORT }}
|
||||
COMMENT_BODY: |
|
||||
<details>
|
||||
<summary><h2>Code Coverage Report</h2></summary>
|
||||
|
||||
<!-- Keep the empty line above to render markdown properly -->
|
||||
${{ steps.generatereport.outputs.CODECOVERAGE_REPORT }}
|
||||
</details>
|
||||
with:
|
||||
github-token: ${{ secrets.TOKEN }}
|
||||
script: |
|
||||
|
||||
Ссылка в новой задаче
Block a user