-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action: convert ci can show the metrics collected during conversion #1279
Conversation
@Desiki-high , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/72908 |
Codecov Report
@@ Coverage Diff @@
## master #1279 +/- ##
=======================================
Coverage 45.07% 45.08%
=======================================
Files 126 126
Lines 37403 37403
Branches 37403 37403
=======================================
+ Hits 16861 16862 +1
+ Misses 19656 19649 -7
- Partials 886 892 +6 |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/72948 |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/73564 |
@Desiki-high , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/73571 |
@Desiki-high , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/73573 |
We should not save metrics in work directory, otherwise it will be cleared. We need use to specify the file path, so just change output-json to string opt. Signed-off-by: Yadong Ding <[email protected]>
Signed-off-by: Yadong Ding <[email protected]>
@Desiki-high , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/73586 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Changes:
Related PR: #1272.
Resolves #1263.