"...git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "dd2c28a32352de45675ab13e72049a7f2a57e364"
Unverified Commit 1b7587d9 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] make test coverage report collapsable (#2436)

parent 7829aa09
...@@ -47,6 +47,12 @@ jobs: ...@@ -47,6 +47,12 @@ jobs:
output: both output: both
thresholds: '80 90' thresholds: '80 90'
- name: Make Coverage Report Collapsable
run: |
sed -i '2 i <details>' code-coverage-results.md
sed -i '3 i <summary>Click me to view the complete report</summary>' code-coverage-results.md
echo "</details>" >> code-coverage-results.md
- name: 'Comment on PR' - name: 'Comment on PR'
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment