mirror of https://github.com/hpcaitech/ColossalAI
[workflow] make test coverage report collapsable (#2436)
parent
7829aa094e
commit
1b7587d958
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue