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
b3973b99
Unverified
Commit
b3973b99
authored
Feb 07, 2023
by
Frank Lee
Committed by
GitHub
Feb 07, 2023
Browse files
[workflow] fixed test coverage report (#2611)
parent
ae86be1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/report_test_coverage.yml
.github/workflows/report_test_coverage.yml
+2
-2
No files found.
.github/workflows/report_test_coverage.yml
View file @
b3973b99
...
...
@@ -2,7 +2,7 @@ name: Report Test Coverage
on
:
workflow_run
:
workflows
:
[
Build
]
workflows
:
[
Build
on PR
]
types
:
-
completed
...
...
@@ -56,7 +56,7 @@ jobs:
echo "</details>" >> coverage.txt
-
name
:
'
Comment
on
PR'
if
:
steps.unzip.outputs.hasReport ==
"
true
"
if
:
steps.unzip.outputs.hasReport ==
'
true
'
uses
:
actions/github-script@v6
with
:
github-token
:
${{ secrets.GITHUB_TOKEN }}
...
...
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