Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
1b7587d9
"...git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "dd2c28a32352de45675ab13e72049a7f2a57e364"
Unverified
Commit
1b7587d9
authored
Jan 11, 2023
by
Frank Lee
Committed by
GitHub
Jan 11, 2023
Browse files
[workflow] make test coverage report collapsable (#2436)
parent
7829aa09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.github/workflows/report_test_coverage.yml
.github/workflows/report_test_coverage.yml
+6
-0
No files found.
.github/workflows/report_test_coverage.yml
View file @
1b7587d9
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment